Translation components API.

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

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

{
    "total": 1399,
    "total_words": 8468,
    "total_chars": 54667,
    "last_change": "2024-06-18T01:09:40.713849Z",
    "recent_changes": 0,
    "translated": 154,
    "translated_words": 493,
    "translated_percent": 11.0,
    "translated_words_percent": 5.8,
    "translated_chars": 3003,
    "translated_chars_percent": 5.4,
    "fuzzy": 27,
    "fuzzy_percent": 1.9,
    "fuzzy_words": 187,
    "fuzzy_words_percent": 2.2,
    "fuzzy_chars": 1109,
    "fuzzy_chars_percent": 2.0,
    "failing": 24,
    "failing_percent": 1.7,
    "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": 116,
    "comments": 0,
    "code": "th",
    "name": "Thai",
    "url": "https://translate.fedoraproject.org/projects/anaconda/rhel-9/th/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/rhel-9/th/"
}