Translation components API.

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

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

{
    "total": 90,
    "total_words": 1247,
    "total_chars": 10837,
    "last_change": "2024-02-27T15:30:29.902400Z",
    "recent_changes": 1,
    "translated": 60,
    "translated_words": 713,
    "translated_percent": 66.6,
    "translated_words_percent": 57.1,
    "translated_chars": 6197,
    "translated_chars_percent": 57.1,
    "fuzzy": 23,
    "fuzzy_percent": 25.5,
    "fuzzy_words": 404,
    "fuzzy_words_percent": 32.3,
    "fuzzy_chars": 3797,
    "fuzzy_chars_percent": 35.0,
    "failing": 13,
    "failing_percent": 14.4,
    "approved": 49,
    "approved_percent": 54.4,
    "approved_words": 626,
    "approved_words_percent": 50.2,
    "approved_chars": 5293,
    "approved_chars_percent": 48.8,
    "readonly": 9,
    "readonly_percent": 10.0,
    "readonly_words": 66,
    "readonly_words_percent": 5.2,
    "readonly_chars": 666,
    "readonly_chars_percent": 6.1,
    "suggestions": 0,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.tails.boum.org/projects/tails/openpgp_keys/ru/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/openpgp_keys/ru/"
}