Translation components API.

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

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

{
    "total": 1545,
    "total_words": 9383,
    "total_chars": 59916,
    "last_change": "2024-12-20T11:45:47.942868Z",
    "recent_changes": 0,
    "translated": 191,
    "translated_words": 1350,
    "translated_percent": 12.3,
    "translated_words_percent": 14.3,
    "translated_chars": 8660,
    "translated_chars_percent": 14.4,
    "fuzzy": 161,
    "fuzzy_percent": 10.4,
    "fuzzy_words": 1025,
    "fuzzy_words_percent": 10.9,
    "fuzzy_chars": 6594,
    "fuzzy_chars_percent": 11.0,
    "failing": 62,
    "failing_percent": 4.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": 133,
    "comments": 0,
    "code": "km",
    "name": "Khmer (Central)",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f39/km/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f39/km/"
}