Translation projects API.

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

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

[
    {
        "total": 1081,
        "total_words": 5808,
        "total_chars": 33688,
        "last_change": null,
        "recent_changes": 0,
        "translated": 1022,
        "translated_words": 5181,
        "translated_percent": 94.5,
        "translated_words_percent": 89.2,
        "translated_chars": 30030,
        "translated_chars_percent": 89.1,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "fuzzy_words": 0,
        "fuzzy_words_percent": 0.0,
        "fuzzy_chars": 0,
        "fuzzy_chars_percent": 0.0,
        "failing": 86,
        "failing_percent": 7.9,
        "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/supertuxkart/-/eu/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertuxkart/-/eu/"
    },
    {
        "total": 1087,
        "total_words": 5849,
        "total_chars": 33945,
        "last_change": null,
        "recent_changes": 0,
        "translated": 1087,
        "translated_words": 5849,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 33945,
        "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": 88,
        "failing_percent": 8.0,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 1087,
        "readonly_percent": 100.0,
        "readonly_words": 5849,
        "readonly_words_percent": 100.0,
        "readonly_chars": 33945,
        "readonly_chars_percent": 100.0,
        "suggestions": 0,
        "comments": 0,
        "code": "en",
        "name": "English",
        "url": "https://itzulpenak.gamerauntsia.eus/projects/supertuxkart/-/en/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertuxkart/-/en/"
    },
    {
        "total": 1081,
        "total_words": 5808,
        "total_chars": 33688,
        "last_change": null,
        "recent_changes": 0,
        "translated": 1061,
        "translated_words": 5722,
        "translated_percent": 98.1,
        "translated_words_percent": 98.5,
        "translated_chars": 33256,
        "translated_chars_percent": 98.7,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "fuzzy_words": 0,
        "fuzzy_words_percent": 0.0,
        "fuzzy_chars": 0,
        "fuzzy_chars_percent": 0.0,
        "failing": 82,
        "failing_percent": 7.5,
        "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/supertuxkart/-/fr/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertuxkart/-/fr/"
    },
    {
        "total": 1081,
        "total_words": 5808,
        "total_chars": 33688,
        "last_change": null,
        "recent_changes": 0,
        "translated": 1078,
        "translated_words": 5796,
        "translated_percent": 99.7,
        "translated_words_percent": 99.7,
        "translated_chars": 33623,
        "translated_chars_percent": 99.8,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "fuzzy_words": 0,
        "fuzzy_words_percent": 0.0,
        "fuzzy_chars": 0,
        "fuzzy_chars_percent": 0.0,
        "failing": 64,
        "failing_percent": 5.9,
        "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/supertuxkart/-/es/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/supertuxkart/-/es/"
    }
]