Translation components API.

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

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

{
    "total": 605,
    "total_words": 7119,
    "total_chars": 48983,
    "last_change": "2025-09-08T10:10:39.016388Z",
    "recent_changes": 0,
    "translated": 577,
    "translated_words": 6792,
    "translated_percent": 95.3,
    "translated_words_percent": 95.4,
    "translated_chars": 46631,
    "translated_chars_percent": 95.1,
    "fuzzy": 23,
    "fuzzy_percent": 3.8,
    "fuzzy_words": 143,
    "fuzzy_words_percent": 2.0,
    "fuzzy_chars": 856,
    "fuzzy_chars_percent": 1.7,
    "failing": 158,
    "failing_percent": 26.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "hi",
    "name": "Hindi",
    "url": "https://weblate.immersivetranslate.com/projects/immersive-document-translation/official/hi/",
    "translate_url": "https://weblate.immersivetranslate.com/translate/immersive-document-translation/official/hi/"
}