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": 1392,
    "total_words": 5748,
    "last_change": "2023-07-13T23:08:16.085014Z",
    "recent_changes": 27,
    "translated": 366,
    "translated_words": 1259,
    "translated_percent": 26.2,
    "translated_words_percent": 21.9,
    "translated_chars": 8100,
    "translated_chars_percent": 21.8,
    "total_chars": 37131,
    "fuzzy": 67,
    "fuzzy_percent": 4.8,
    "failing": 35,
    "failing_percent": 2.5,
    "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/"
}