Translation projects API.

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

GET /api/projects/supertux/languages/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "total": 899,
        "total_words": 3269,
        "total_chars": 20325,
        "last_change": null,
        "recent_changes": 0,
        "translated": 786,
        "translated_words": 2962,
        "translated_percent": 87.4,
        "translated_words_percent": 90.6,
        "translated_chars": 18418,
        "translated_chars_percent": 90.6,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "fuzzy_words": 0,
        "fuzzy_words_percent": 0.0,
        "fuzzy_chars": 0,
        "fuzzy_chars_percent": 0.0,
        "failing": 60,
        "failing_percent": 6.6,
        "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": "eu",
        "name": "Basque",
        "url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/-/eu/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertux/-/eu/"
    },
    {
        "total": 904,
        "total_words": 3307,
        "total_chars": 20528,
        "last_change": null,
        "recent_changes": 0,
        "translated": 904,
        "translated_words": 3307,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 20528,
        "translated_chars_percent": 100.0,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "fuzzy_words": 0,
        "fuzzy_words_percent": 0.0,
        "fuzzy_chars": 0,
        "fuzzy_chars_percent": 0.0,
        "failing": 81,
        "failing_percent": 8.9,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 904,
        "readonly_percent": 100.0,
        "readonly_words": 3307,
        "readonly_words_percent": 100.0,
        "readonly_chars": 20528,
        "readonly_chars_percent": 100.0,
        "suggestions": 0,
        "comments": 0,
        "code": "en",
        "name": "English",
        "url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/-/en/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertux/-/en/"
    },
    {
        "total": 903,
        "total_words": 3276,
        "total_chars": 20367,
        "last_change": null,
        "recent_changes": 0,
        "translated": 903,
        "translated_words": 3276,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 20367,
        "translated_chars_percent": 100.0,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "fuzzy_words": 0,
        "fuzzy_words_percent": 0.0,
        "fuzzy_chars": 0,
        "fuzzy_chars_percent": 0.0,
        "failing": 134,
        "failing_percent": 14.8,
        "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": "fr",
        "name": "French",
        "url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/-/fr/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertux/-/fr/"
    },
    {
        "total": 899,
        "total_words": 3269,
        "total_chars": 20325,
        "last_change": null,
        "recent_changes": 0,
        "translated": 761,
        "translated_words": 2917,
        "translated_percent": 84.6,
        "translated_words_percent": 89.2,
        "translated_chars": 18107,
        "translated_chars_percent": 89.0,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "fuzzy_words": 0,
        "fuzzy_words_percent": 0.0,
        "fuzzy_chars": 0,
        "fuzzy_chars_percent": 0.0,
        "failing": 91,
        "failing_percent": 10.1,
        "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": "es",
        "name": "Spanish",
        "url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/-/es/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertux/-/es/"
    }
]