Translation components API.

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

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

{
    "total": 600,
    "total_words": 2590,
    "total_chars": 16600,
    "last_change": "2024-03-22T12:19:50.313719Z",
    "recent_changes": 0,
    "translated": 567,
    "translated_words": 2287,
    "translated_percent": 94.5,
    "translated_words_percent": 88.3,
    "translated_chars": 14718,
    "translated_chars_percent": 88.6,
    "fuzzy": 15,
    "fuzzy_percent": 2.5,
    "fuzzy_words": 100,
    "fuzzy_words_percent": 3.8,
    "fuzzy_chars": 597,
    "fuzzy_chars_percent": 3.5,
    "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": 12,
    "comments": 0,
    "code": "zh_CN",
    "name": "Chinese (Simplified)",
    "url": "https://translate.fedoraproject.org/projects/ibus/ibus/zh_CN/",
    "translate_url": "https://translate.fedoraproject.org/translate/ibus/ibus/zh_CN/"
}