Translation components API.

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

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

{
    "total": 1358,
    "total_words": 8375,
    "total_chars": 53730,
    "last_change": "2025-04-09T01:26:16.447587Z",
    "recent_changes": 1,
    "translated": 733,
    "translated_words": 3296,
    "translated_percent": 53.9,
    "translated_words_percent": 39.3,
    "translated_chars": 21170,
    "translated_chars_percent": 39.4,
    "fuzzy": 187,
    "fuzzy_percent": 13.7,
    "fuzzy_words": 1150,
    "fuzzy_words_percent": 13.7,
    "fuzzy_chars": 7327,
    "fuzzy_chars_percent": 13.6,
    "failing": 68,
    "failing_percent": 5.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": 75,
    "comments": 0,
    "code": "af",
    "name": "Afrikaans",
    "url": "https://translate.fedoraproject.org/projects/anaconda/master/af/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/master/af/"
}