Translation components API.

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

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

{
    "total": 25,
    "total_words": 156,
    "total_chars": 1419,
    "last_change": "2024-05-03T18:22:12.957726Z",
    "recent_changes": 1,
    "translated": 6,
    "translated_words": 9,
    "translated_percent": 24.0,
    "translated_words_percent": 5.7,
    "translated_chars": 103,
    "translated_chars_percent": 7.2,
    "fuzzy": 6,
    "fuzzy_percent": 24.0,
    "fuzzy_words": 21,
    "fuzzy_words_percent": 13.4,
    "fuzzy_chars": 231,
    "fuzzy_chars_percent": 16.2,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 5,
    "approved_percent": 20.0,
    "approved_words": 8,
    "approved_words_percent": 5.1,
    "approved_chars": 89,
    "approved_chars_percent": 6.2,
    "readonly": 1,
    "readonly_percent": 4.0,
    "readonly_words": 1,
    "readonly_words_percent": 0.6,
    "readonly_chars": 14,
    "readonly_chars_percent": 0.9,
    "suggestions": 0,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.tails.net/projects/tails/install/ru/",
    "translate_url": "https://translate.tails.net/translate/tails/install/ru/"
}