Translation components API.

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

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

{
    "total": 82,
    "total_words": 1152,
    "total_chars": 7833,
    "last_change": "2024-02-08T23:19:40.802282Z",
    "recent_changes": 2,
    "translated": 39,
    "translated_words": 478,
    "translated_percent": 47.5,
    "translated_words_percent": 41.4,
    "translated_chars": 3085,
    "translated_chars_percent": 39.3,
    "fuzzy": 23,
    "fuzzy_percent": 28.0,
    "fuzzy_words": 342,
    "fuzzy_words_percent": 29.6,
    "fuzzy_chars": 2253,
    "fuzzy_chars_percent": 28.7,
    "failing": 17,
    "failing_percent": 20.7,
    "approved": 37,
    "approved_percent": 45.1,
    "approved_words": 463,
    "approved_words_percent": 40.1,
    "approved_chars": 2955,
    "approved_chars_percent": 37.7,
    "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": 1,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocanonymous_internettorpo/ru/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocanonymous_internettorpo/ru/"
}