Translation components API.

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

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

{
    "total": 75,
    "total_words": 256,
    "total_chars": 1440,
    "last_change": "2024-05-07T04:34:42.070176Z",
    "recent_changes": 0,
    "translated": 21,
    "translated_words": 75,
    "translated_percent": 28.0,
    "translated_words_percent": 29.2,
    "translated_chars": 389,
    "translated_chars_percent": 27.0,
    "fuzzy": 7,
    "fuzzy_percent": 9.3,
    "fuzzy_words": 48,
    "fuzzy_words_percent": 18.7,
    "fuzzy_chars": 248,
    "fuzzy_chars_percent": 17.2,
    "failing": 1,
    "failing_percent": 1.3,
    "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": 37,
    "comments": 0,
    "code": "vi",
    "name": "Vietnamese",
    "url": "https://l10n.elementary.io/projects/terminal/terminal/vi/",
    "translate_url": "https://l10n.elementary.io/translate/terminal/terminal/vi/"
}