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": 501,
    "total_chars": 3414,
    "last_change": "2024-02-27T15:30:42.395634Z",
    "recent_changes": 2,
    "translated": 18,
    "translated_words": 353,
    "translated_percent": 78.2,
    "translated_words_percent": 70.4,
    "translated_chars": 2359,
    "translated_chars_percent": 69.0,
    "fuzzy": 5,
    "fuzzy_percent": 21.7,
    "fuzzy_words": 148,
    "fuzzy_words_percent": 29.5,
    "fuzzy_chars": 1055,
    "fuzzy_chars_percent": 30.9,
    "failing": 2,
    "failing_percent": 8.6,
    "approved": 18,
    "approved_percent": 78.2,
    "approved_words": 353,
    "approved_words_percent": 70.4,
    "approved_chars": 2359,
    "approved_chars_percent": 69.0,
    "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.boum.org/projects/tails/wikisrcdocaboutwarningscomputerpo/ru/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocaboutwarningscomputerpo/ru/"
}