Translation components API.

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

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

{
    "total": 124,
    "total_words": 1073,
    "total_chars": 9490,
    "last_change": "2025-01-15T01:18:45.687544Z",
    "recent_changes": 1,
    "translated": 71,
    "translated_words": 513,
    "translated_percent": 57.2,
    "translated_words_percent": 47.8,
    "translated_chars": 4568,
    "translated_chars_percent": 48.1,
    "fuzzy": 19,
    "fuzzy_percent": 15.3,
    "fuzzy_words": 211,
    "fuzzy_words_percent": 19.6,
    "fuzzy_chars": 1968,
    "fuzzy_chars_percent": 20.7,
    "failing": 11,
    "failing_percent": 8.8,
    "approved": 70,
    "approved_percent": 56.4,
    "approved_words": 512,
    "approved_words_percent": 47.7,
    "approved_chars": 4559,
    "approved_chars_percent": 48.0,
    "readonly": 1,
    "readonly_percent": 0.8,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 9,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.tails.net/projects/tails/wikisrcdocfirst_stepsdesktop-po/ru/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocfirst_stepsdesktop-po/ru/"
}