Translation projects API.

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

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

[
    {
        "language": "English",
        "code": "en",
        "total": 133,
        "translated": 133,
        "translated_percent": 100.0,
        "total_words": 404,
        "translated_words": 404,
        "translated_words_percent": 100.0,
        "total_chars": 2601,
        "translated_chars": 2601,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Ukrainian",
        "code": "uk",
        "total": 133,
        "translated": 18,
        "translated_percent": 13.5,
        "total_words": 404,
        "translated_words": 72,
        "translated_words_percent": 17.8,
        "total_chars": 2601,
        "translated_chars": 378,
        "translated_chars_percent": 14.5
    },
    {
        "language": "ru (generated)",
        "code": "ru",
        "total": 133,
        "translated": 19,
        "translated_percent": 14.2,
        "total_words": 404,
        "translated_words": 73,
        "translated_words_percent": 18.0,
        "total_chars": 2601,
        "translated_chars": 380,
        "translated_chars_percent": 14.6
    }
]