Translation components API.

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

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

{
    "total": 1364,
    "total_words": 8218,
    "total_chars": 52784,
    "last_change": "2024-12-20T11:53:58.735986Z",
    "recent_changes": 0,
    "translated": 767,
    "translated_words": 3415,
    "translated_percent": 56.2,
    "translated_words_percent": 41.5,
    "translated_chars": 21973,
    "translated_chars_percent": 41.6,
    "fuzzy": 62,
    "fuzzy_percent": 4.5,
    "fuzzy_words": 432,
    "fuzzy_words_percent": 5.2,
    "fuzzy_chars": 2819,
    "fuzzy_chars_percent": 5.3,
    "failing": 66,
    "failing_percent": 4.8,
    "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": 154,
    "comments": 0,
    "code": "gu",
    "name": "Gujarati",
    "url": "https://translate.fedoraproject.org/projects/anaconda/rhel-86/gu/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/rhel-86/gu/"
}