Translation components API.

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

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

{
    "total": 83,
    "total_words": 919,
    "total_chars": 5670,
    "last_change": "2024-05-04T02:19:58.352568Z",
    "recent_changes": 0,
    "translated": 29,
    "translated_words": 266,
    "translated_percent": 34.9,
    "translated_words_percent": 28.9,
    "translated_chars": 1692,
    "translated_chars_percent": 29.8,
    "fuzzy": 6,
    "fuzzy_percent": 7.2,
    "fuzzy_words": 98,
    "fuzzy_words_percent": 10.6,
    "fuzzy_chars": 657,
    "fuzzy_chars_percent": 11.5,
    "failing": 2,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 1.2,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 6,
    "readonly_chars_percent": 0.1,
    "suggestions": 2,
    "comments": 0,
    "code": "nb",
    "name": "Norwegian Bokmål",
    "url": "https://l10n.elementary.io/projects/code/extra/nb/",
    "translate_url": "https://l10n.elementary.io/translate/code/extra/nb/"
}