Translation components API.

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

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

{
    "total": 1579,
    "total_words": 6501,
    "last_change": "2025-01-06T21:59:10.671075Z",
    "recent_changes": 13,
    "translated": 1317,
    "translated_words": 5292,
    "translated_percent": 83.4,
    "translated_words_percent": 81.4,
    "translated_chars": 33811,
    "translated_chars_percent": 82.0,
    "total_chars": 41228,
    "fuzzy": 36,
    "fuzzy_percent": 2.2,
    "failing": 18,
    "failing_percent": 1.1,
    "code": "cs",
    "name": "Czech",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/cs/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/cs/"
}