Translation projects API.

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

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

[
    {
        "total": 851,
        "total_words": 3734,
        "total_chars": 22527,
        "last_change": "2023-03-21T12:25:03.938728Z",
        "recent_changes": 33,
        "translated": 838,
        "translated_words": 3698,
        "translated_percent": 98.4,
        "translated_words_percent": 99.0,
        "translated_chars": 22297,
        "translated_chars_percent": 98.9,
        "fuzzy": 6,
        "fuzzy_percent": 0.7,
        "fuzzy_words": 20,
        "fuzzy_words_percent": 0.5,
        "fuzzy_chars": 150,
        "fuzzy_chars_percent": 0.6,
        "failing": 0,
        "failing_percent": 0.0,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 2,
        "readonly_percent": 0.2,
        "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/vampiresurvivors/-/eu/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/vampiresurvivors/-/eu/"
    },
    {
        "total": 851,
        "total_words": 3734,
        "total_chars": 22527,
        "last_change": null,
        "recent_changes": 0,
        "translated": 849,
        "translated_words": 3734,
        "translated_percent": 99.7,
        "translated_words_percent": 100.0,
        "translated_chars": 22527,
        "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": 33,
        "failing_percent": 3.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": "en",
        "name": "English",
        "url": "https://itzulpenak.gamerauntsia.eus/projects/vampiresurvivors/-/en/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/vampiresurvivors/-/en/"
    },
    {
        "total": 851,
        "total_words": 3734,
        "total_chars": 22527,
        "last_change": null,
        "recent_changes": 0,
        "translated": 369,
        "translated_words": 1257,
        "translated_percent": 43.3,
        "translated_words_percent": 33.6,
        "translated_chars": 7526,
        "translated_chars_percent": 33.4,
        "fuzzy": 0,
        "fuzzy_percent": 0.0,
        "fuzzy_words": 0,
        "fuzzy_words_percent": 0.0,
        "fuzzy_chars": 0,
        "fuzzy_chars_percent": 0.0,
        "failing": 38,
        "failing_percent": 4.4,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 2,
        "readonly_percent": 0.2,
        "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/vampiresurvivors/-/es/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/vampiresurvivors/-/es/"
    }
]