Translation projects API.

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

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

[
    {
        "language": "Inglese",
        "code": "en",
        "total": 221,
        "translated": 221,
        "translated_percent": 100.0,
        "total_words": 864,
        "translated_words": 864,
        "translated_words_percent": 100.0,
        "total_chars": 5007,
        "translated_chars": 5007,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Italiano",
        "code": "it",
        "total": 221,
        "translated": 217,
        "translated_percent": 98.1,
        "total_words": 864,
        "translated_words": 846,
        "translated_words_percent": 97.9,
        "total_chars": 5007,
        "translated_chars": 4906,
        "translated_chars_percent": 97.9
    }
]