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": 2296,
        "translated": 2296,
        "translated_percent": 100.0,
        "total_words": 6847,
        "translated_words": 6847,
        "translated_words_percent": 100.0,
        "total_chars": 50838,
        "translated_chars": 50838,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Ukrainian",
        "code": "uk",
        "total": 2296,
        "translated": 2008,
        "translated_percent": 87.4,
        "total_words": 6847,
        "translated_words": 5875,
        "translated_words_percent": 85.8,
        "total_chars": 50838,
        "translated_chars": 43133,
        "translated_chars_percent": 84.8
    }
]