Translation components API.

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

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

{
    "total": 37,
    "total_words": 175,
    "last_change": "2024-03-02T21:05:40.943791Z",
    "recent_changes": 2,
    "translated": 33,
    "translated_words": 149,
    "translated_percent": 89.1,
    "translated_words_percent": 85.1,
    "translated_chars": 855,
    "translated_chars_percent": 67.8,
    "total_chars": 1260,
    "fuzzy": 3,
    "fuzzy_percent": 8.1,
    "failing": 7,
    "failing_percent": 18.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 2.7,
    "suggestions": 1,
    "comments": 0,
    "code": "zh_Hans",
    "name": "Chinese (Simplified)",
    "url": "https://weblate.rikka.app/projects/wadb/application/zh_Hans/",
    "translate_url": "https://weblate.rikka.app/translate/wadb/application/zh_Hans/"
}