Translation components API.

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

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

{
    "total": 1367,
    "total_words": 8243,
    "total_chars": 53188,
    "last_change": "2024-12-20T11:39:56.525232Z",
    "recent_changes": 0,
    "translated": 235,
    "translated_words": 1752,
    "translated_percent": 17.1,
    "translated_words_percent": 21.2,
    "translated_chars": 11522,
    "translated_chars_percent": 21.6,
    "fuzzy": 45,
    "fuzzy_percent": 3.2,
    "fuzzy_words": 378,
    "fuzzy_words_percent": 4.5,
    "fuzzy_chars": 2347,
    "fuzzy_chars_percent": 4.4,
    "failing": 40,
    "failing_percent": 2.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": 97,
    "comments": 0,
    "code": "km",
    "name": "Khmer (Central)",
    "url": "https://translate.fedoraproject.org/projects/anaconda/rhel-90/km/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/rhel-90/km/"
}