Translation components API.

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

GET /api/translations/neos/neosneos-modules-73/nb_NO/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 321,
    "total_words": 1641,
    "total_chars": 10239,
    "last_change": "2023-01-23T14:32:57.062363Z",
    "recent_changes": 0,
    "translated": 171,
    "translated_words": 849,
    "translated_percent": 53.2,
    "translated_words_percent": 51.7,
    "translated_chars": 5356,
    "translated_chars_percent": 52.3,
    "fuzzy": 148,
    "fuzzy_percent": 46.1,
    "fuzzy_words": 783,
    "fuzzy_words_percent": 47.7,
    "fuzzy_chars": 4826,
    "fuzzy_chars_percent": 47.1,
    "failing": 134,
    "failing_percent": 41.7,
    "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_NO",
    "name": "Norwegian Bokmål",
    "url": "https://hosted.weblate.org/projects/neos/neosneos-modules-73/nb_NO/",
    "translate_url": "https://hosted.weblate.org/translate/neos/neosneos-modules-73/nb_NO/"
}