Translation projects API.

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

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

[
    {
        "language": "Korean",
        "code": "ko",
        "total": 63084,
        "translated": 63084,
        "translated_percent": 100.0,
        "total_words": 1487576,
        "translated_words": 1487576,
        "translated_words_percent": 100.0,
        "total_chars": 8655540,
        "translated_chars": 8655540,
        "translated_chars_percent": 100.0,
        "approved": 0,
        "approved_words": 0,
        "approved_percent": 0.0
    }
]