Translation projects API.

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

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

[
    {
        "total": 5148,
        "total_words": 17160,
        "total_chars": 100199,
        "last_change": "2021-09-03T21:17:33.099147Z",
        "recent_changes": 92,
        "translated": 4539,
        "translated_words": 13836,
        "translated_percent": 88.1,
        "translated_words_percent": 80.6,
        "translated_chars": 81494,
        "translated_chars_percent": 81.3,
        "fuzzy": 92,
        "fuzzy_percent": 1.7,
        "fuzzy_words": 413,
        "fuzzy_words_percent": 2.4,
        "fuzzy_chars": 2337,
        "fuzzy_chars_percent": 2.3,
        "failing": 57,
        "failing_percent": 1.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": "eu",
        "name": "Basque",
        "url": "https://itzulpenak.gamerauntsia.eus/projects/minecraft/-/eu/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/minecraft/-/eu/"
    },
    {
        "total": 5148,
        "total_words": 17160,
        "total_chars": 100199,
        "last_change": null,
        "recent_changes": 0,
        "translated": 5148,
        "translated_words": 17160,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 100199,
        "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": 168,
        "failing_percent": 3.2,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 338,
        "readonly_percent": 6.5,
        "readonly_words": 1524,
        "readonly_words_percent": 8.8,
        "readonly_chars": 9280,
        "readonly_chars_percent": 9.2,
        "suggestions": 0,
        "comments": 0,
        "code": "en",
        "name": "English",
        "url": "https://itzulpenak.gamerauntsia.eus/projects/minecraft/-/en/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/minecraft/-/en/"
    },
    {
        "total": 4810,
        "total_words": 15636,
        "total_chars": 90919,
        "last_change": "2021-09-03T21:17:16.145220Z",
        "recent_changes": 121,
        "translated": 4689,
        "translated_words": 15038,
        "translated_percent": 97.4,
        "translated_words_percent": 96.1,
        "translated_chars": 87608,
        "translated_chars_percent": 96.3,
        "fuzzy": 121,
        "fuzzy_percent": 2.5,
        "fuzzy_words": 598,
        "fuzzy_words_percent": 3.8,
        "fuzzy_chars": 3311,
        "fuzzy_chars_percent": 3.6,
        "failing": 155,
        "failing_percent": 3.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": 0,
        "comments": 0,
        "code": "es",
        "name": "Spanish",
        "url": "https://itzulpenak.gamerauntsia.eus/projects/minecraft/-/es/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/minecraft/-/es/"
    }
]