Translation components API.

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

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

{
    "total": 113,
    "total_words": 847,
    "total_chars": 5684,
    "last_change": "2023-03-25T22:00:54.338360Z",
    "recent_changes": 0,
    "translated": 67,
    "translated_words": 459,
    "translated_percent": 59.2,
    "translated_words_percent": 54.1,
    "translated_chars": 3009,
    "translated_chars_percent": 52.9,
    "fuzzy": 21,
    "fuzzy_percent": 18.5,
    "fuzzy_words": 156,
    "fuzzy_words_percent": 18.4,
    "fuzzy_chars": 1151,
    "fuzzy_chars_percent": 20.2,
    "failing": 27,
    "failing_percent": 23.8,
    "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": 17,
    "comments": 0,
    "code": "km",
    "name": "Khmer (Central)",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/armfedoraprojectorg/km/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/armfedoraprojectorg/km/"
}