Translation components API.

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

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

{
    "total": 214,
    "total_words": 3842,
    "total_chars": 33961,
    "last_change": "2022-12-23T21:59:19.318948Z",
    "recent_changes": 0,
    "translated": 84,
    "translated_words": 200,
    "translated_percent": 39.2,
    "translated_words_percent": 5.2,
    "translated_chars": 3738,
    "translated_chars_percent": 11.0,
    "fuzzy": 63,
    "fuzzy_percent": 29.4,
    "fuzzy_words": 162,
    "fuzzy_words_percent": 4.2,
    "fuzzy_chars": 5458,
    "fuzzy_chars_percent": 16.0,
    "failing": 42,
    "failing_percent": 19.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": 2,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://hosted.weblate.org/projects/debian-handbook/07_solving-problems/sv/",
    "translate_url": "https://hosted.weblate.org/translate/debian-handbook/07_solving-problems/sv/"
}