Translation projects API.

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

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

[
    {
        "language": "English",
        "code": "en",
        "total": 1748,
        "translated": 1748,
        "translated_percent": 100.0,
        "total_words": 4715,
        "translated_words": 4715,
        "translated_words_percent": 100.0,
        "total_chars": 35411,
        "translated_chars": 35411,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Ukrainian",
        "code": "uk",
        "total": 1748,
        "translated": 750,
        "translated_percent": 42.9,
        "total_words": 4715,
        "translated_words": 2112,
        "translated_words_percent": 44.7,
        "total_chars": 35411,
        "translated_chars": 12504,
        "translated_chars_percent": 35.3
    }
]