Translation components API.

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

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

{
    "total": 16,
    "total_words": 81,
    "total_chars": 1235,
    "last_change": "2024-04-30T13:49:24.298136Z",
    "recent_changes": 2,
    "translated": 15,
    "translated_words": 72,
    "translated_percent": 93.7,
    "translated_words_percent": 88.8,
    "translated_chars": 1143,
    "translated_chars_percent": 92.5,
    "fuzzy": 1,
    "fuzzy_percent": 6.2,
    "fuzzy_words": 9,
    "fuzzy_words_percent": 11.1,
    "fuzzy_chars": 92,
    "fuzzy_chars_percent": 7.4,
    "failing": 1,
    "failing_percent": 6.2,
    "approved": 15,
    "approved_percent": 93.7,
    "approved_words": 72,
    "approved_words_percent": 88.8,
    "approved_chars": 1143,
    "approved_chars_percent": 92.5,
    "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/wikisrcupgradelinuxpo/ru/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcupgradelinuxpo/ru/"
}