Translation components API.

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

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

{
    "total": 66,
    "total_words": 756,
    "total_chars": 7765,
    "last_change": "2024-05-10T16:15:29.476430Z",
    "recent_changes": 1,
    "translated": 34,
    "translated_words": 213,
    "translated_percent": 51.5,
    "translated_words_percent": 28.1,
    "translated_chars": 2867,
    "translated_chars_percent": 36.9,
    "fuzzy": 27,
    "fuzzy_percent": 40.9,
    "fuzzy_words": 460,
    "fuzzy_words_percent": 60.8,
    "fuzzy_chars": 4348,
    "fuzzy_chars_percent": 55.9,
    "failing": 8,
    "failing_percent": 12.1,
    "approved": 20,
    "approved_percent": 30.3,
    "approved_words": 141,
    "approved_words_percent": 18.6,
    "approved_chars": 1457,
    "approved_chars_percent": 18.7,
    "readonly": 2,
    "readonly_percent": 3.0,
    "readonly_words": 5,
    "readonly_words_percent": 0.6,
    "readonly_chars": 47,
    "readonly_chars_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.tails.boum.org/projects/tails/restart_first_timeinline/ru/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/restart_first_timeinline/ru/"
}