Translation components API.

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

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

{
    "total": 13,
    "total_words": 49,
    "total_chars": 921,
    "last_change": "2023-08-02T09:19:19.815523Z",
    "recent_changes": 1,
    "translated": 11,
    "translated_words": 40,
    "translated_percent": 84.6,
    "translated_words_percent": 81.6,
    "translated_chars": 790,
    "translated_chars_percent": 85.7,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 2,
    "failing_percent": 15.3,
    "approved": 8,
    "approved_percent": 61.5,
    "approved_words": 28,
    "approved_words_percent": 57.1,
    "approved_chars": 564,
    "approved_chars_percent": 61.2,
    "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": 0,
    "code": "zh",
    "name": "Chinese",
    "url": "https://translate.tails.net/projects/tails/wikisrcupgrademacpo/zh/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcupgrademacpo/zh/"
}