Translation components API.

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

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

{
    "total": 10,
    "total_words": 163,
    "total_chars": 924,
    "last_change": null,
    "recent_changes": 0,
    "translated": 6,
    "translated_words": 120,
    "translated_percent": 60.0,
    "translated_words_percent": 73.6,
    "translated_chars": 667,
    "translated_chars_percent": 72.1,
    "fuzzy": 4,
    "fuzzy_percent": 40.0,
    "fuzzy_words": 43,
    "fuzzy_words_percent": 26.3,
    "fuzzy_chars": 257,
    "fuzzy_chars_percent": 27.8,
    "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_NO",
    "name": "Norwegian Bokmål",
    "url": "https://hosted.weblate.org/projects/turris/user-notify/nb_NO/",
    "translate_url": "https://hosted.weblate.org/translate/turris/user-notify/nb_NO/"
}