Translation components API.

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

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

{
    "total": 210,
    "total_words": 1092,
    "total_chars": 7609,
    "last_change": "2024-05-20T16:48:05.520337Z",
    "recent_changes": 1,
    "translated": 4,
    "translated_words": 16,
    "translated_percent": 1.9,
    "translated_words_percent": 1.4,
    "translated_chars": 151,
    "translated_chars_percent": 1.9,
    "fuzzy": 47,
    "fuzzy_percent": 22.3,
    "fuzzy_words": 207,
    "fuzzy_words_percent": 18.9,
    "fuzzy_chars": 2368,
    "fuzzy_chars_percent": 31.1,
    "failing": 3,
    "failing_percent": 1.4,
    "approved": 1,
    "approved_percent": 0.4,
    "approved_words": 4,
    "approved_words_percent": 0.3,
    "approved_chars": 33,
    "approved_chars_percent": 0.4,
    "readonly": 3,
    "readonly_percent": 1.4,
    "readonly_words": 12,
    "readonly_words_percent": 1.0,
    "readonly_chars": 118,
    "readonly_chars_percent": 1.5,
    "suggestions": 0,
    "comments": 0,
    "code": "zh",
    "name": "Chinese",
    "url": "https://translate.tails.net/projects/tails/wikisrcsponsors-po/zh/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcsponsors-po/zh/"
}