Translation projects API.

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

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

[
    {
        "language": "Inglese",
        "code": "en",
        "total": 83,
        "translated": 83,
        "translated_percent": 100.0,
        "total_words": 295,
        "translated_words": 295,
        "translated_words_percent": 100.0,
        "total_chars": 3025,
        "translated_chars": 3025,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Italiano",
        "code": "it",
        "total": 83,
        "translated": 82,
        "translated_percent": 98.7,
        "total_words": 295,
        "translated_words": 292,
        "translated_words_percent": 98.9,
        "total_chars": 3025,
        "translated_chars": 3003,
        "translated_chars_percent": 99.2
    }
]