Translation components API.

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

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

{
    "total": 127,
    "total_words": 971,
    "total_chars": 1078,
    "last_change": "2025-03-27T10:21:50.957306Z",
    "recent_changes": 0,
    "translated": 115,
    "translated_words": 918,
    "translated_percent": 90.5,
    "translated_words_percent": 94.5,
    "translated_chars": 1011,
    "translated_chars_percent": 93.7,
    "fuzzy": 10,
    "fuzzy_percent": 7.8,
    "fuzzy_words": 41,
    "fuzzy_words_percent": 4.2,
    "fuzzy_chars": 55,
    "fuzzy_chars_percent": 5.1,
    "failing": 20,
    "failing_percent": 15.7,
    "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/dvr_a/CODE/",
    "translate_url": "https://weblate.dudu-auto.com/translate/duduauto/dvr_a/CODE/"
}