Translation components API.

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

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

{
    "total": 11,
    "total_words": 78,
    "total_chars": 715,
    "last_change": "2022-12-22T09:17:42.920894Z",
    "recent_changes": 1,
    "translated": 2,
    "translated_words": 20,
    "translated_percent": 18.1,
    "translated_words_percent": 25.6,
    "translated_chars": 283,
    "translated_chars_percent": 39.5,
    "fuzzy": 1,
    "fuzzy_percent": 9.0,
    "fuzzy_words": 3,
    "fuzzy_words_percent": 3.8,
    "fuzzy_chars": 53,
    "fuzzy_chars_percent": 7.4,
    "failing": 1,
    "failing_percent": 9.0,
    "approved": 2,
    "approved_percent": 18.1,
    "approved_words": 20,
    "approved_words_percent": 25.6,
    "approved_chars": 283,
    "approved_chars_percent": 39.5,
    "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/wikisrchometestingpo/ru/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrchometestingpo/ru/"
}