Translation components API.

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

GET /api/translations/debian-handbook/05_packaging-system/vi/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 392,
    "total_words": 10507,
    "total_chars": 95153,
    "last_change": "2022-12-23T22:00:24.072621Z",
    "recent_changes": 0,
    "translated": 193,
    "translated_words": 4366,
    "translated_percent": 49.2,
    "translated_words_percent": 41.5,
    "translated_chars": 34948,
    "translated_chars_percent": 36.7,
    "fuzzy": 163,
    "fuzzy_percent": 41.5,
    "fuzzy_words": 4857,
    "fuzzy_words_percent": 46.2,
    "fuzzy_chars": 48185,
    "fuzzy_chars_percent": 50.6,
    "failing": 150,
    "failing_percent": 38.2,
    "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": "vi",
    "name": "Vietnamese",
    "url": "https://hosted.weblate.org/projects/debian-handbook/05_packaging-system/vi/",
    "translate_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/vi/"
}