Translation components API.

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

GET /api/translations/iso-codes/iso-15924/zh_Hans/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 182,
    "total_words": 383,
    "total_chars": 2664,
    "last_change": "2024-01-15T02:23:32.236629Z",
    "recent_changes": 0,
    "translated": 125,
    "translated_words": 252,
    "translated_percent": 68.6,
    "translated_words_percent": 65.7,
    "translated_chars": 1761,
    "translated_chars_percent": 66.1,
    "fuzzy": 9,
    "fuzzy_percent": 4.9,
    "fuzzy_words": 21,
    "fuzzy_words_percent": 5.4,
    "fuzzy_chars": 142,
    "fuzzy_chars_percent": 5.3,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "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_Hans",
    "name": "Chinese (Simplified)",
    "url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/zh_Hans/",
    "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/zh_Hans/"
}