Translation components API.

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

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

{
    "total": 286,
    "total_words": 1679,
    "total_chars": 1898,
    "last_change": "2025-04-18T08:41:09.862623Z",
    "recent_changes": 8,
    "translated": 248,
    "translated_words": 1527,
    "translated_percent": 86.7,
    "translated_words_percent": 90.9,
    "translated_chars": 1730,
    "translated_chars_percent": 91.1,
    "fuzzy": 29,
    "fuzzy_percent": 10.1,
    "fuzzy_words": 77,
    "fuzzy_words_percent": 4.5,
    "fuzzy_chars": 77,
    "fuzzy_chars_percent": 4.0,
    "failing": 95,
    "failing_percent": 33.2,
    "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": "CODE",
    "name": "CODE",
    "url": "https://weblate.dudu-auto.com/projects/duduauto/file/CODE/",
    "translate_url": "https://weblate.dudu-auto.com/translate/duduauto/file/CODE/"
}