Translation components API.

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

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

{
    "total": 98,
    "total_words": 726,
    "total_chars": 4787,
    "last_change": "2023-03-16T00:38:08.860867Z",
    "recent_changes": 1,
    "translated": 69,
    "translated_words": 464,
    "translated_percent": 70.4,
    "translated_words_percent": 63.9,
    "translated_chars": 3055,
    "translated_chars_percent": 63.8,
    "fuzzy": 29,
    "fuzzy_percent": 29.5,
    "fuzzy_words": 262,
    "fuzzy_words_percent": 36.0,
    "fuzzy_chars": 1732,
    "fuzzy_chars_percent": 36.1,
    "failing": 12,
    "failing_percent": 12.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_NO",
    "name": "Norwegian Bokmål",
    "url": "https://hosted.weblate.org/projects/turris/pkglists/nb_NO/",
    "translate_url": "https://hosted.weblate.org/translate/turris/pkglists/nb_NO/"
}