Translation components API.

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

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

{
    "total": 191,
    "total_words": 611,
    "total_chars": 3571,
    "last_change": "2024-05-04T02:17:59.242929Z",
    "recent_changes": 0,
    "translated": 58,
    "translated_words": 119,
    "translated_percent": 30.3,
    "translated_words_percent": 19.4,
    "translated_chars": 663,
    "translated_chars_percent": 18.5,
    "fuzzy": 40,
    "fuzzy_percent": 20.9,
    "fuzzy_words": 121,
    "fuzzy_words_percent": 19.8,
    "fuzzy_chars": 737,
    "fuzzy_chars_percent": 20.6,
    "failing": 26,
    "failing_percent": 13.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": 98,
    "comments": 0,
    "code": "vi",
    "name": "Vietnamese",
    "url": "https://l10n.elementary.io/projects/code/code/vi/",
    "translate_url": "https://l10n.elementary.io/translate/code/code/vi/"
}