Translation components API.

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

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

{
    "total": 19,
    "total_words": 162,
    "total_chars": 1669,
    "last_change": "2024-04-26T07:56:22.608558Z",
    "recent_changes": 3,
    "translated": 14,
    "translated_words": 117,
    "translated_percent": 73.6,
    "translated_words_percent": 72.2,
    "translated_chars": 1280,
    "translated_chars_percent": 76.6,
    "fuzzy": 5,
    "fuzzy_percent": 26.3,
    "fuzzy_words": 45,
    "fuzzy_words_percent": 27.7,
    "fuzzy_chars": 389,
    "fuzzy_chars_percent": 23.3,
    "failing": 3,
    "failing_percent": 15.7,
    "approved": 11,
    "approved_percent": 57.8,
    "approved_words": 93,
    "approved_words_percent": 57.4,
    "approved_chars": 933,
    "approved_chars_percent": 55.9,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocaboutwarningspo/ru/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocaboutwarningspo/ru/"
}