Translation components API.

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

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

{
    "total": 23,
    "total_words": 498,
    "total_chars": 3394,
    "last_change": "2024-05-27T22:25:33.137614Z",
    "recent_changes": 1,
    "translated": 17,
    "translated_words": 347,
    "translated_percent": 73.9,
    "translated_words_percent": 69.6,
    "translated_chars": 2314,
    "translated_chars_percent": 68.1,
    "fuzzy": 6,
    "fuzzy_percent": 26.0,
    "fuzzy_words": 151,
    "fuzzy_words_percent": 30.3,
    "fuzzy_chars": 1080,
    "fuzzy_chars_percent": 31.8,
    "failing": 2,
    "failing_percent": 8.6,
    "approved": 17,
    "approved_percent": 73.9,
    "approved_words": 347,
    "approved_words_percent": 69.6,
    "approved_chars": 2314,
    "approved_chars_percent": 68.1,
    "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.net/projects/tails/wikisrcdocaboutwarningscomputerpo/ru/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocaboutwarningscomputerpo/ru/"
}