Translation components API.

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

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

{
    "total": 226,
    "total_words": 1312,
    "total_chars": 1407,
    "last_change": "2025-04-01T02:37:19.394339Z",
    "recent_changes": 0,
    "translated": 143,
    "translated_words": 970,
    "translated_percent": 63.2,
    "translated_words_percent": 73.9,
    "translated_chars": 1049,
    "translated_chars_percent": 74.5,
    "fuzzy": 75,
    "fuzzy_percent": 33.1,
    "fuzzy_words": 314,
    "fuzzy_words_percent": 23.9,
    "fuzzy_chars": 328,
    "fuzzy_chars_percent": 23.3,
    "failing": 88,
    "failing_percent": 38.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.4,
    "readonly_words": 6,
    "readonly_words_percent": 0.4,
    "readonly_chars": 21,
    "readonly_chars_percent": 1.4,
    "suggestions": 0,
    "comments": 0,
    "code": "CODE",
    "name": "CODE",
    "url": "https://weblate.dudu-auto.com/projects/duduauto/navbar/CODE/",
    "translate_url": "https://weblate.dudu-auto.com/translate/duduauto/navbar/CODE/"
}