Translation components API.

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

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

{
    "total": 125,
    "total_words": 1122,
    "total_chars": 7012,
    "last_change": "2024-03-11T15:53:31.117458Z",
    "recent_changes": 4,
    "translated": 124,
    "translated_words": 1076,
    "translated_percent": 99.2,
    "translated_words_percent": 95.9,
    "translated_chars": 6724,
    "translated_chars_percent": 95.8,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 4,
    "failing_percent": 3.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "vi",
    "name": "Vietnamese",
    "url": "https://l10n.elementary.io/projects/website/index/vi/",
    "translate_url": "https://l10n.elementary.io/translate/website/index/vi/"
}