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": 224,
    "total_words": 1127,
    "total_chars": 7224,
    "last_change": "2024-06-18T02:47:19.003509Z",
    "recent_changes": 0,
    "translated": 7,
    "translated_words": 12,
    "translated_percent": 3.1,
    "translated_words_percent": 1.0,
    "translated_chars": 78,
    "translated_chars_percent": 1.0,
    "fuzzy": 91,
    "fuzzy_percent": 40.6,
    "fuzzy_words": 290,
    "fuzzy_words_percent": 25.7,
    "fuzzy_chars": 1982,
    "fuzzy_chars_percent": 27.4,
    "failing": 29,
    "failing_percent": 12.9,
    "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": 37,
    "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/"
}