Translation components API.

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

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

{
    "total": 220,
    "total_words": 1130,
    "total_chars": 7226,
    "last_change": "2024-05-17T02:47:39.732304Z",
    "recent_changes": 0,
    "translated": 9,
    "translated_words": 19,
    "translated_percent": 4.0,
    "translated_words_percent": 1.6,
    "translated_chars": 130,
    "translated_chars_percent": 1.7,
    "fuzzy": 50,
    "fuzzy_percent": 22.7,
    "fuzzy_words": 173,
    "fuzzy_words_percent": 15.3,
    "fuzzy_chars": 1156,
    "fuzzy_chars_percent": 15.9,
    "failing": 20,
    "failing_percent": 9.0,
    "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": 40,
    "comments": 0,
    "code": "en_GB",
    "name": "English (United Kingdom)",
    "url": "https://translate.fedoraproject.org/projects/anaconda-webui/anaconda-webui/en_GB/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda-webui/anaconda-webui/en_GB/"
}