Translation components API.

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

GET /api/translations/foe-helper/extension/tr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1390,
    "total_words": 5715,
    "last_change": "2023-07-13T23:08:16.085014Z",
    "recent_changes": 27,
    "translated": 367,
    "translated_words": 1261,
    "translated_percent": 26.4,
    "translated_words_percent": 22.0,
    "translated_chars": 8115,
    "translated_chars_percent": 21.9,
    "total_chars": 36950,
    "fuzzy": 66,
    "fuzzy_percent": 4.7,
    "failing": 34,
    "failing_percent": 2.4,
    "code": "tr",
    "name": "Turkish",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/tr/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/tr/"
}