Translation components API.

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

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

{
    "total": 228,
    "total_words": 1486,
    "total_chars": 9865,
    "last_change": "2024-01-01T21:56:26.939914Z",
    "recent_changes": 0,
    "translated": 144,
    "translated_words": 907,
    "translated_percent": 63.1,
    "translated_words_percent": 61.0,
    "translated_chars": 6089,
    "translated_chars_percent": 61.7,
    "fuzzy": 33,
    "fuzzy_percent": 14.4,
    "fuzzy_words": 245,
    "fuzzy_words_percent": 16.4,
    "fuzzy_chars": 1763,
    "fuzzy_chars_percent": 17.8,
    "failing": 46,
    "failing_percent": 20.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": 40,
    "comments": 0,
    "code": "km",
    "name": "Khmer (Central)",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/altfedoraprojectorg/km/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/altfedoraprojectorg/km/"
}