Translation components API.

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

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

{
    "total": 481,
    "total_words": 2460,
    "total_chars": 14767,
    "last_change": "2023-08-23T04:53:50.888118Z",
    "recent_changes": 5,
    "translated": 220,
    "translated_words": 917,
    "translated_percent": 45.7,
    "translated_words_percent": 37.2,
    "translated_chars": 5372,
    "translated_chars_percent": 36.3,
    "fuzzy": 24,
    "fuzzy_percent": 4.9,
    "fuzzy_words": 117,
    "fuzzy_words_percent": 4.7,
    "fuzzy_chars": 650,
    "fuzzy_chars_percent": 4.4,
    "failing": 0,
    "failing_percent": 0.0,
    "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/icon-browser/nb/",
    "translate_url": "https://l10n.elementary.io/translate/icon-browser/icon-browser/nb/"
}