Translation components API.

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

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

{
    "total": 19,
    "total_words": 68,
    "total_chars": 447,
    "last_change": "2024-03-12T16:21:22.255408Z",
    "recent_changes": 0,
    "translated": 17,
    "translated_words": 50,
    "translated_percent": 89.4,
    "translated_words_percent": 73.5,
    "translated_chars": 311,
    "translated_chars_percent": 69.5,
    "fuzzy": 2,
    "fuzzy_percent": 10.5,
    "fuzzy_words": 18,
    "fuzzy_words_percent": 26.4,
    "fuzzy_chars": 136,
    "fuzzy_chars_percent": 30.4,
    "failing": 4,
    "failing_percent": 21.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": 1,
    "comments": 0,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://hosted.weblate.org/projects/turris/reforis-diagnostics-plugin/nb_NO/",
    "translate_url": "https://hosted.weblate.org/translate/turris/reforis-diagnostics-plugin/nb_NO/"
}