Translation projects API.

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

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

[
    {
        "language": "English",
        "code": "en",
        "total": 2914,
        "translated": 2914,
        "translated_percent": 100.0,
        "total_words": 9158,
        "translated_words": 9158,
        "translated_words_percent": 100.0,
        "total_chars": 67785,
        "translated_chars": 67785,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Ukrainian",
        "code": "uk",
        "total": 2914,
        "translated": 2376,
        "translated_percent": 81.5,
        "total_words": 9158,
        "translated_words": 7254,
        "translated_words_percent": 79.2,
        "total_chars": 67785,
        "translated_chars": 52615,
        "translated_chars_percent": 77.6
    }
]