Translation components API.

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

GET /api/translations/duduauto/file/el/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:11.625894Z",
    "recent_changes": 8,
    "translated": 34,
    "translated_words": 117,
    "translated_percent": 11.8,
    "translated_words_percent": 6.9,
    "translated_chars": 124,
    "translated_chars_percent": 6.5,
    "fuzzy": 243,
    "fuzzy_percent": 84.9,
    "fuzzy_words": 1487,
    "fuzzy_words_percent": 88.5,
    "fuzzy_chars": 1683,
    "fuzzy_chars_percent": 88.6,
    "failing": 14,
    "failing_percent": 4.8,
    "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": 1,
    "comments": 0,
    "code": "el",
    "name": "Greek",
    "url": "https://weblate.dudu-auto.com/projects/duduauto/file/el/",
    "translate_url": "https://weblate.dudu-auto.com/translate/duduauto/file/el/"
}