Translation components API.

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

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

{
    "total": 37,
    "total_words": 545,
    "total_chars": 3626,
    "last_change": "2024-05-02T22:29:54.382103Z",
    "recent_changes": 3,
    "translated": 26,
    "translated_words": 299,
    "translated_percent": 70.2,
    "translated_words_percent": 54.8,
    "translated_chars": 1985,
    "translated_chars_percent": 54.7,
    "fuzzy": 7,
    "fuzzy_percent": 18.9,
    "fuzzy_words": 179,
    "fuzzy_words_percent": 32.8,
    "fuzzy_chars": 1135,
    "fuzzy_chars_percent": 31.3,
    "failing": 6,
    "failing_percent": 16.2,
    "approved": 23,
    "approved_percent": 62.1,
    "approved_words": 293,
    "approved_words_percent": 53.7,
    "approved_chars": 1926,
    "approved_chars_percent": 53.1,
    "readonly": 3,
    "readonly_percent": 8.1,
    "readonly_words": 6,
    "readonly_words_percent": 1.1,
    "readonly_chars": 59,
    "readonly_chars_percent": 1.6,
    "suggestions": 0,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.tails.boum.org/projects/tails/virtualization/ru/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/virtualization/ru/"
}