Translation components API.

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

GET /api/translations/tusky/tusky/zh_MO/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:15.298519Z",
    "recent_changes": 0,
    "translated": 301,
    "translated_words": 791,
    "translated_percent": 46.8,
    "translated_words_percent": 31.9,
    "translated_chars": 4733,
    "translated_chars_percent": 30.8,
    "fuzzy": 43,
    "fuzzy_percent": 6.6,
    "fuzzy_words": 283,
    "fuzzy_words_percent": 11.4,
    "fuzzy_chars": 1863,
    "fuzzy_chars_percent": 12.1,
    "failing": 25,
    "failing_percent": 3.8,
    "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_MO",
    "name": "Chinese",
    "url": "https://weblate.tusky.app/projects/tusky/tusky/zh_MO/",
    "translate_url": "https://weblate.tusky.app/translate/tusky/tusky/zh_MO/"
}