Translation components API.

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

GET /api/translations/kde/kgeographykgeography/he/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 7099,
    "total_words": 9676,
    "total_chars": 65590,
    "last_change": "2024-05-09T15:47:43.533608Z",
    "recent_changes": 0,
    "translated": 1119,
    "translated_words": 1459,
    "translated_percent": 15.7,
    "translated_words_percent": 15.0,
    "translated_chars": 9679,
    "translated_chars_percent": 14.7,
    "fuzzy": 4584,
    "fuzzy_percent": 64.5,
    "fuzzy_words": 5980,
    "fuzzy_words_percent": 61.8,
    "fuzzy_chars": 40863,
    "fuzzy_chars_percent": 62.3,
    "failing": 103,
    "failing_percent": 1.4,
    "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": 802,
    "comments": 0,
    "code": "he",
    "name": "Hebrew",
    "url": "https://translate.fedoraproject.org/projects/kde/kgeographykgeography/he/",
    "translate_url": "https://translate.fedoraproject.org/translate/kde/kgeographykgeography/he/"
}