Translation components API.

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

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

{
    "total": 301,
    "total_words": 7593,
    "total_chars": 53670,
    "last_change": "2022-12-23T21:58:36.303765Z",
    "recent_changes": 0,
    "translated": 233,
    "translated_words": 5493,
    "translated_percent": 77.4,
    "translated_words_percent": 72.3,
    "translated_chars": 38630,
    "translated_chars_percent": 71.9,
    "fuzzy": 62,
    "fuzzy_percent": 20.5,
    "fuzzy_words": 1925,
    "fuzzy_words_percent": 25.3,
    "fuzzy_chars": 13829,
    "fuzzy_chars_percent": 25.7,
    "failing": 10,
    "failing_percent": 3.3,
    "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": "sv",
    "name": "Swedish",
    "url": "https://hosted.weblate.org/projects/debian-handbook/04_installation/sv/",
    "translate_url": "https://hosted.weblate.org/translate/debian-handbook/04_installation/sv/"
}