Translation components API.

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

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

{
    "total": 1047,
    "total_words": 9337,
    "total_chars": 11386,
    "last_change": "2025-04-29T07:06:19.853484Z",
    "recent_changes": 2,
    "translated": 904,
    "translated_words": 7739,
    "translated_percent": 86.3,
    "translated_words_percent": 82.8,
    "translated_chars": 9600,
    "translated_chars_percent": 84.3,
    "fuzzy": 3,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 33,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 33,
    "fuzzy_chars_percent": 0.2,
    "failing": 42,
    "failing_percent": 4.0,
    "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.dudu-auto.com/projects/duduauto/launcher_b/hi/",
    "translate_url": "https://weblate.dudu-auto.com/translate/duduauto/launcher_b/hi/"
}