Translation components API.

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

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

{
    "total": 21,
    "total_words": 109,
    "total_chars": 704,
    "last_change": "2023-02-13T13:14:47.635318Z",
    "recent_changes": 12,
    "translated": 16,
    "translated_words": 65,
    "translated_percent": 76.1,
    "translated_words_percent": 59.6,
    "translated_chars": 453,
    "translated_chars_percent": 64.3,
    "fuzzy": 5,
    "fuzzy_percent": 23.8,
    "fuzzy_words": 44,
    "fuzzy_words_percent": 40.3,
    "fuzzy_chars": 251,
    "fuzzy_chars_percent": 35.6,
    "failing": 3,
    "failing_percent": 14.2,
    "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": 0,
    "comments": 0,
    "code": "nb",
    "name": "Norwegian Bokmål",
    "url": "https://l10n.elementary.io/projects/icon-browser/extra/nb/",
    "translate_url": "https://l10n.elementary.io/translate/icon-browser/extra/nb/"
}