Translation projects API.

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

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

[
    {
        "total": 10216,
        "total_words": 106409,
        "total_chars": 696213,
        "last_change": "2022-11-12T19:03:05.699948Z",
        "recent_changes": 2,
        "translated": 1893,
        "translated_words": 13446,
        "translated_percent": 18.5,
        "translated_words_percent": 12.6,
        "translated_chars": 85392,
        "translated_chars_percent": 12.2,
        "fuzzy": 15,
        "fuzzy_percent": 0.1,
        "fuzzy_words": 204,
        "fuzzy_words_percent": 0.1,
        "fuzzy_chars": 1345,
        "fuzzy_chars_percent": 0.1,
        "failing": 82,
        "failing_percent": 0.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": 144,
        "comments": 0,
        "code": "eu",
        "name": "Basque",
        "url": "https://itzulpenak.gamerauntsia.eus/projects/cities-skylines/-/eu/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/cities-skylines/-/eu/"
    },
    {
        "total": 10216,
        "total_words": 106409,
        "total_chars": 696213,
        "last_change": null,
        "recent_changes": 0,
        "translated": 10216,
        "translated_words": 106409,
        "translated_percent": 100.0,
        "translated_words_percent": 100.0,
        "translated_chars": 696213,
        "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": 72,
        "failing_percent": 0.7,
        "approved": 0,
        "approved_percent": 0.0,
        "approved_words": 0,
        "approved_words_percent": 0.0,
        "approved_chars": 0,
        "approved_chars_percent": 0.0,
        "readonly": 10216,
        "readonly_percent": 100.0,
        "readonly_words": 106409,
        "readonly_words_percent": 100.0,
        "readonly_chars": 696213,
        "readonly_chars_percent": 100.0,
        "suggestions": 0,
        "comments": 0,
        "code": "es",
        "name": "Spanish",
        "url": "https://itzulpenak.gamerauntsia.eus/projects/cities-skylines/-/es/",
        "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/cities-skylines/-/es/"
    }
]