Translation components API.

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

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

{
    "total": 643,
    "total_words": 2477,
    "total_chars": 15328,
    "last_change": "2024-05-13T17:02:13.431822Z",
    "recent_changes": 0,
    "translated": 628,
    "translated_words": 2429,
    "translated_percent": 97.6,
    "translated_words_percent": 98.0,
    "translated_chars": 15014,
    "translated_chars_percent": 97.9,
    "fuzzy": 2,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 13,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 59,
    "fuzzy_chars_percent": 0.3,
    "failing": 4,
    "failing_percent": 0.6,
    "approved": 521,
    "approved_percent": 81.0,
    "approved_words": 1728,
    "approved_words_percent": 69.7,
    "approved_chars": 10667,
    "approved_chars_percent": 69.5,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 5,
    "comments": 0,
    "code": "zh_Hans",
    "name": "Chinese (Simplified)",
    "url": "https://weblate.tusky.app/projects/tusky/tusky/zh_Hans/",
    "translate_url": "https://weblate.tusky.app/translate/tusky/tusky/zh_Hans/"
}