Translation components API.

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

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

{
    "total": 1662,
    "total_words": 6912,
    "last_change": "2024-05-20T12:05:50.732703Z",
    "recent_changes": 39,
    "translated": 767,
    "translated_words": 2992,
    "translated_percent": 46.1,
    "translated_words_percent": 43.2,
    "translated_chars": 19277,
    "translated_chars_percent": 43.9,
    "total_chars": 43902,
    "fuzzy": 95,
    "fuzzy_percent": 5.7,
    "failing": 23,
    "failing_percent": 1.3,
    "code": "el",
    "name": "Greek",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/el/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/el/"
}