Translation components API.

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

GET /api/translations/anaconda/f40/et/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1348,
    "total_words": 8376,
    "total_chars": 53427,
    "last_change": "2025-03-09T02:23:53.042422Z",
    "recent_changes": 5,
    "translated": 183,
    "translated_words": 662,
    "translated_percent": 13.5,
    "translated_words_percent": 7.9,
    "translated_chars": 4219,
    "translated_chars_percent": 7.8,
    "fuzzy": 45,
    "fuzzy_percent": 3.3,
    "fuzzy_words": 164,
    "fuzzy_words_percent": 1.9,
    "fuzzy_chars": 1031,
    "fuzzy_chars_percent": 1.9,
    "failing": 14,
    "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": 131,
    "comments": 0,
    "code": "et",
    "name": "Estonian",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f40/et/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f40/et/"
}