Translation components API.

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

GET /api/translations/debbuild/master/uk/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 84,
    "total_words": 322,
    "total_chars": 2118,
    "last_change": "2025-02-12T01:38:47.577568Z",
    "recent_changes": 0,
    "translated": 70,
    "translated_words": 256,
    "translated_percent": 83.3,
    "translated_words_percent": 79.5,
    "translated_chars": 1721,
    "translated_chars_percent": 81.2,
    "fuzzy": 3,
    "fuzzy_percent": 3.5,
    "fuzzy_words": 14,
    "fuzzy_words_percent": 4.3,
    "fuzzy_chars": 83,
    "fuzzy_chars_percent": 3.9,
    "failing": 1,
    "failing_percent": 1.1,
    "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": 2,
    "comments": 0,
    "code": "uk",
    "name": "Ukrainian",
    "url": "https://translate.fedoraproject.org/projects/debbuild/master/uk/",
    "translate_url": "https://translate.fedoraproject.org/translate/debbuild/master/uk/"
}