Translation components API.

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

GET /api/translations/tails/wikisrcsponsors-po/zh_TW/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:01.937207Z",
    "recent_changes": 1,
    "translated": 10,
    "translated_words": 23,
    "translated_percent": 4.7,
    "translated_words_percent": 2.1,
    "translated_chars": 201,
    "translated_chars_percent": 2.6,
    "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": 6,
    "approved_percent": 2.8,
    "approved_words": 9,
    "approved_words_percent": 0.8,
    "approved_chars": 53,
    "approved_chars_percent": 0.6,
    "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_TW",
    "name": "Chinese (Taiwan)",
    "url": "https://translate.tails.net/projects/tails/wikisrcsponsors-po/zh_TW/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcsponsors-po/zh_TW/"
}