Translation projects API.

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

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

[
    {
        "language": "English",
        "code": "en",
        "total": 126,
        "translated": 126,
        "translated_percent": 100.0,
        "total_words": 442,
        "translated_words": 442,
        "translated_words_percent": 100.0,
        "total_chars": 2738,
        "translated_chars": 2738,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Ukrainian",
        "code": "uk",
        "total": 126,
        "translated": 19,
        "translated_percent": 15.0,
        "total_words": 442,
        "translated_words": 75,
        "translated_words_percent": 16.9,
        "total_chars": 2738,
        "translated_chars": 394,
        "translated_chars_percent": 14.3
    },
    {
        "language": "ru (generated)",
        "code": "ru",
        "total": 126,
        "translated": 20,
        "translated_percent": 15.8,
        "total_words": 442,
        "translated_words": 76,
        "translated_words_percent": 17.1,
        "total_chars": 2738,
        "translated_chars": 396,
        "translated_chars_percent": 14.4
    }
]