Translation projects API.

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

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

[
    {
        "language": "Korean",
        "code": "ko",
        "total": 89239,
        "translated": 89239,
        "translated_percent": 100.0,
        "total_words": 1091367,
        "translated_words": 1091367,
        "translated_words_percent": 100.0,
        "total_chars": 6262859,
        "translated_chars": 6262859,
        "translated_chars_percent": 100.0,
        "approved": 1202,
        "approved_words": 25274,
        "approved_percent": 1.3
    }
]