Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/lxqt-configuration/obconf-qt/sl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 135,
    "total_words": 718,
    "last_change": "2022-10-19T12:36:55.443100Z",
    "recent_changes": 3,
    "translated": 40,
    "translated_words": 160,
    "translated_percent": 29.6,
    "translated_words_percent": 22.2,
    "translated_chars": 996,
    "translated_chars_percent": 21.7,
    "total_chars": 4589,
    "fuzzy": 2,
    "fuzzy_percent": 1.4,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "sl",
    "name": "Slovenian",
    "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/obconf-qt/sl/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/obconf-qt/sl/"
}