Translation components API.

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

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

{
    "total": 53,
    "total_words": 609,
    "total_chars": 5388,
    "last_change": "2024-05-18T06:57:58.518130Z",
    "recent_changes": 2,
    "translated": 42,
    "translated_words": 458,
    "translated_percent": 79.2,
    "translated_words_percent": 75.2,
    "translated_chars": 4289,
    "translated_chars_percent": 79.6,
    "fuzzy": 6,
    "fuzzy_percent": 11.3,
    "fuzzy_words": 66,
    "fuzzy_words_percent": 10.8,
    "fuzzy_chars": 546,
    "fuzzy_chars_percent": 10.1,
    "failing": 2,
    "failing_percent": 3.7,
    "approved": 41,
    "approved_percent": 77.3,
    "approved_words": 453,
    "approved_words_percent": 74.3,
    "approved_chars": 4227,
    "approved_chars_percent": 78.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocfirst_stepswelcome_screenpo/ru/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocfirst_stepswelcome_screenpo/ru/"
}