Translation components API.

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

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

{
    "total": 897,
    "total_words": 5078,
    "total_chars": 33381,
    "last_change": "2025-04-09T11:51:52.346945Z",
    "recent_changes": 0,
    "translated": 328,
    "translated_words": 1432,
    "translated_percent": 36.5,
    "translated_words_percent": 28.2,
    "translated_chars": 9293,
    "translated_chars_percent": 27.8,
    "fuzzy": 14,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 85,
    "fuzzy_words_percent": 1.6,
    "fuzzy_chars": 525,
    "fuzzy_chars_percent": 1.5,
    "failing": 9,
    "failing_percent": 1.0,
    "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": 42,
    "comments": 0,
    "code": "en_GB",
    "name": "English (United Kingdom)",
    "url": "https://translate.fedoraproject.org/projects/dnf/dnf-master/en_GB/",
    "translate_url": "https://translate.fedoraproject.org/translate/dnf/dnf-master/en_GB/"
}