Translation components API.

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

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

{
    "total": 1310,
    "total_words": 9425,
    "total_chars": 58532,
    "last_change": "2024-02-27T22:01:59.827503Z",
    "recent_changes": 0,
    "translated": 523,
    "translated_words": 1670,
    "translated_percent": 39.9,
    "translated_words_percent": 17.7,
    "translated_chars": 10235,
    "translated_chars_percent": 17.4,
    "fuzzy": 68,
    "fuzzy_percent": 5.1,
    "fuzzy_words": 334,
    "fuzzy_words_percent": 3.5,
    "fuzzy_chars": 1969,
    "fuzzy_chars_percent": 3.3,
    "failing": 30,
    "failing_percent": 2.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": 1,
    "code": "nn",
    "name": "Norwegian Nynorsk",
    "url": "https://hosted.weblate.org/projects/minetest/minetest/nn/",
    "translate_url": "https://hosted.weblate.org/translate/minetest/minetest/nn/"
}