Translation components API.

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

GET /api/translations/minetest/minetest/he/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-05-04T14:07:18.422428Z",
    "recent_changes": 0,
    "translated": 474,
    "translated_words": 1845,
    "translated_percent": 36.1,
    "translated_words_percent": 19.5,
    "translated_chars": 11220,
    "translated_chars_percent": 19.1,
    "fuzzy": 117,
    "fuzzy_percent": 8.9,
    "fuzzy_words": 551,
    "fuzzy_words_percent": 5.8,
    "fuzzy_chars": 3413,
    "fuzzy_chars_percent": 5.8,
    "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": 1,
    "comments": 0,
    "code": "he",
    "name": "Hebrew",
    "url": "https://hosted.weblate.org/projects/minetest/minetest/he/",
    "translate_url": "https://hosted.weblate.org/translate/minetest/minetest/he/"
}