Translation components API.

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

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

{
    "total": 755,
    "total_words": 15434,
    "total_chars": 148463,
    "last_change": "2022-12-23T21:57:11.253793Z",
    "recent_changes": 0,
    "translated": 252,
    "translated_words": 5390,
    "translated_percent": 33.3,
    "translated_words_percent": 34.9,
    "translated_chars": 44467,
    "translated_chars_percent": 29.9,
    "fuzzy": 419,
    "fuzzy_percent": 55.4,
    "fuzzy_words": 7435,
    "fuzzy_words_percent": 48.1,
    "fuzzy_chars": 80665,
    "fuzzy_chars_percent": 54.3,
    "failing": 268,
    "failing_percent": 35.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": 0,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://hosted.weblate.org/projects/debian-handbook/06_apt/cs/",
    "translate_url": "https://hosted.weblate.org/translate/debian-handbook/06_apt/cs/"
}