Translation components API.

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

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

{
    "total": 128,
    "total_words": 2056,
    "total_chars": 15513,
    "last_change": "2022-09-07T07:58:38.835830Z",
    "recent_changes": 29,
    "translated": 92,
    "translated_words": 1392,
    "translated_percent": 71.8,
    "translated_words_percent": 67.7,
    "translated_chars": 9605,
    "translated_chars_percent": 61.9,
    "fuzzy": 29,
    "fuzzy_percent": 22.6,
    "fuzzy_words": 647,
    "fuzzy_words_percent": 31.4,
    "fuzzy_chars": 5477,
    "fuzzy_chars_percent": 35.3,
    "failing": 12,
    "failing_percent": 9.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/03_existing-setup/sv/",
    "translate_url": "https://hosted.weblate.org/translate/debian-handbook/03_existing-setup/sv/"
}