Translation components API.

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

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

{
    "total": 1309,
    "total_words": 3933,
    "total_chars": 23892,
    "last_change": "2024-04-26T05:59:01.426975Z",
    "recent_changes": 7,
    "translated": 1284,
    "translated_words": 3854,
    "translated_percent": 98.0,
    "translated_words_percent": 97.9,
    "translated_chars": 23389,
    "translated_chars_percent": 97.8,
    "fuzzy": 25,
    "fuzzy_percent": 1.9,
    "fuzzy_words": 79,
    "fuzzy_words_percent": 2.0,
    "fuzzy_chars": 503,
    "fuzzy_chars_percent": 2.1,
    "failing": 781,
    "failing_percent": 59.6,
    "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": 18,
    "comments": 0,
    "code": "zh_Hans",
    "name": "Chinese (Simplified)",
    "url": "https://translate.fedoraproject.org/projects/libosinfo/osinfo-db/zh_Hans/",
    "translate_url": "https://translate.fedoraproject.org/translate/libosinfo/osinfo-db/zh_Hans/"
}