Translation components API.

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

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

{
    "total": 1200,
    "total_words": 9198,
    "total_chars": 62201,
    "last_change": "2025-09-24T07:19:55.071524Z",
    "recent_changes": 23,
    "translated": 1181,
    "translated_words": 8918,
    "translated_percent": 98.4,
    "translated_words_percent": 96.9,
    "translated_chars": 60250,
    "translated_chars_percent": 96.8,
    "fuzzy": 19,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 280,
    "fuzzy_words_percent": 3.0,
    "fuzzy_chars": 1951,
    "fuzzy_chars_percent": 3.1,
    "failing": 161,
    "failing_percent": 13.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 32,
    "readonly_percent": 2.6,
    "readonly_words": 34,
    "readonly_words_percent": 0.3,
    "readonly_chars": 134,
    "readonly_chars_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "code": "hi",
    "name": "Hindi",
    "url": "https://weblate.immersivetranslate.com/projects/immersive-translate/extension/hi/",
    "translate_url": "https://weblate.immersivetranslate.com/translate/immersive-translate/extension/hi/"
}