Translation components API.

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

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

{
    "total": 1358,
    "total_words": 8044,
    "total_chars": 51843,
    "last_change": "2024-12-20T11:57:55.908277Z",
    "recent_changes": 0,
    "translated": 842,
    "translated_words": 3984,
    "translated_percent": 62.0,
    "translated_words_percent": 49.5,
    "translated_chars": 25496,
    "translated_chars_percent": 49.1,
    "fuzzy": 102,
    "fuzzy_percent": 7.5,
    "fuzzy_words": 627,
    "fuzzy_words_percent": 7.7,
    "fuzzy_chars": 4094,
    "fuzzy_chars_percent": 7.8,
    "failing": 44,
    "failing_percent": 3.2,
    "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": 37,
    "comments": 0,
    "code": "af",
    "name": "Afrikaans",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f34/af/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f34/af/"
}