Translation components API.

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

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

{
    "total": 1450,
    "total_words": 8882,
    "total_chars": 56780,
    "last_change": "2024-12-20T11:55:11.773631Z",
    "recent_changes": 0,
    "translated": 162,
    "translated_words": 1481,
    "translated_percent": 11.1,
    "translated_words_percent": 16.6,
    "translated_chars": 9145,
    "translated_chars_percent": 16.1,
    "fuzzy": 76,
    "fuzzy_percent": 5.2,
    "fuzzy_words": 571,
    "fuzzy_words_percent": 6.4,
    "fuzzy_chars": 3514,
    "fuzzy_chars_percent": 6.1,
    "failing": 18,
    "failing_percent": 1.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": 196,
    "comments": 0,
    "code": "bn",
    "name": "Bengali",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f38/bn/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f38/bn/"
}