Translation components API.

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

GET /api/translations/debian-handbook/02_case-study/cs/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 68,
    "total_words": 1871,
    "total_chars": 12951,
    "last_change": "2022-12-23T22:00:37.118003Z",
    "recent_changes": 0,
    "translated": 51,
    "translated_words": 1228,
    "translated_percent": 75.0,
    "translated_words_percent": 65.6,
    "translated_chars": 8394,
    "translated_chars_percent": 64.8,
    "fuzzy": 17,
    "fuzzy_percent": 25.0,
    "fuzzy_words": 643,
    "fuzzy_words_percent": 34.3,
    "fuzzy_chars": 4557,
    "fuzzy_chars_percent": 35.1,
    "failing": 12,
    "failing_percent": 17.6,
    "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": 0,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://hosted.weblate.org/projects/debian-handbook/02_case-study/cs/",
    "translate_url": "https://hosted.weblate.org/translate/debian-handbook/02_case-study/cs/"
}