Translation components API.

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

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

{
    "total": 1372,
    "total_words": 8311,
    "total_chars": 53478,
    "last_change": "2024-12-20T11:44:14.313829Z",
    "recent_changes": 0,
    "translated": 1253,
    "translated_words": 7073,
    "translated_percent": 91.3,
    "translated_words_percent": 85.1,
    "translated_chars": 45690,
    "translated_chars_percent": 85.4,
    "fuzzy": 93,
    "fuzzy_percent": 6.7,
    "fuzzy_words": 769,
    "fuzzy_words_percent": 9.2,
    "fuzzy_chars": 4894,
    "fuzzy_chars_percent": 9.1,
    "failing": 19,
    "failing_percent": 1.3,
    "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": 119,
    "comments": 0,
    "code": "kk",
    "name": "Kazakh",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f35/kk/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f35/kk/"
}