Translation components API.

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

GET /api/translations/tails/doc/sr_Latn/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 41,
    "total_words": 176,
    "total_chars": 1813,
    "last_change": "2024-05-12T13:29:24.351873Z",
    "recent_changes": 5,
    "translated": 9,
    "translated_words": 29,
    "translated_percent": 21.9,
    "translated_words_percent": 16.4,
    "translated_chars": 448,
    "translated_chars_percent": 24.7,
    "fuzzy": 5,
    "fuzzy_percent": 12.1,
    "fuzzy_words": 22,
    "fuzzy_words_percent": 12.5,
    "fuzzy_chars": 213,
    "fuzzy_chars_percent": 11.7,
    "failing": 1,
    "failing_percent": 2.4,
    "approved": 8,
    "approved_percent": 19.5,
    "approved_words": 27,
    "approved_words_percent": 15.3,
    "approved_chars": 427,
    "approved_chars_percent": 23.5,
    "readonly": 1,
    "readonly_percent": 2.4,
    "readonly_words": 2,
    "readonly_words_percent": 1.1,
    "readonly_chars": 21,
    "readonly_chars_percent": 1.1,
    "suggestions": 1,
    "comments": 0,
    "code": "sr_Latn",
    "name": "Serbian (latin)",
    "url": "https://translate.tails.net/projects/tails/doc/sr_Latn/",
    "translate_url": "https://translate.tails.net/translate/tails/doc/sr_Latn/"
}