Translation components API.

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

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

{
    "total": 236,
    "total_words": 1170,
    "total_chars": 7509,
    "last_change": "2024-06-26T03:19:09.085492Z",
    "recent_changes": 4,
    "translated": 9,
    "translated_words": 14,
    "translated_percent": 3.8,
    "translated_words_percent": 1.1,
    "translated_chars": 86,
    "translated_chars_percent": 1.1,
    "fuzzy": 96,
    "fuzzy_percent": 40.6,
    "fuzzy_words": 307,
    "fuzzy_words_percent": 26.2,
    "fuzzy_chars": 2099,
    "fuzzy_chars_percent": 27.9,
    "failing": 31,
    "failing_percent": 13.1,
    "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": 39,
    "comments": 0,
    "code": "ml",
    "name": "Malayalam",
    "url": "https://translate.fedoraproject.org/projects/anaconda-webui/anaconda-webui/ml/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda-webui/anaconda-webui/ml/"
}