Translation components API.

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

GET /api/translations/website/index/nb/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": "2023-11-14T21:52:31.635402Z",
    "recent_changes": 4,
    "translated": 115,
    "translated_words": 875,
    "translated_percent": 92.0,
    "translated_words_percent": 77.9,
    "translated_chars": 5469,
    "translated_chars_percent": 77.9,
    "fuzzy": 10,
    "fuzzy_percent": 8.0,
    "failing": 3,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 1,
    "code": "nb",
    "name": "Norwegian Bokmål",
    "url": "https://l10n.elementary.io/projects/website/index/nb/",
    "translate_url": "https://l10n.elementary.io/translate/website/index/nb/"
}