Translation projects API.

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

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

[
    {
        "total": 667,
        "total_words": 9505,
        "total_chars": 59240,
        "last_change": null,
        "recent_changes": 0,
        "translated": 667,
        "translated_words": 9505,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 59240,
        "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": 230,
        "failing_percent": 34.4,
        "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/0ad/-/eu/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/0ad/-/eu/"
    },
    {
        "total": 1735,
        "total_words": 27189,
        "total_chars": 169262,
        "last_change": null,
        "recent_changes": 0,
        "translated": 1735,
        "translated_words": 27189,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 169262,
        "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": 188,
        "failing_percent": 10.8,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 1735,
        "readonly_percent": 100.0,
        "readonly_words": 27189,
        "readonly_words_percent": 100.0,
        "readonly_chars": 169262,
        "readonly_chars_percent": 100.0,
        "suggestions": 0,
        "comments": 0,
        "code": "en",
        "name": "English",
        "url": "https://itzulpenak.gamerauntsia.eus/projects/0ad/-/en/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/0ad/-/en/"
    },
    {
        "total": 667,
        "total_words": 9505,
        "total_chars": 59240,
        "last_change": null,
        "recent_changes": 0,
        "translated": 667,
        "translated_words": 9505,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 59240,
        "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": 161,
        "failing_percent": 24.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": "fr",
        "name": "French",
        "url": "https://itzulpenak.gamerauntsia.eus/projects/0ad/-/fr/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/0ad/-/fr/"
    },
    {
        "total": 667,
        "total_words": 9505,
        "total_chars": 59240,
        "last_change": null,
        "recent_changes": 0,
        "translated": 667,
        "translated_words": 9505,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 59240,
        "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": 136,
        "failing_percent": 20.3,
        "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/0ad/-/es/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/0ad/-/es/"
    }
]