Translation projects API.

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

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

[
    {
        "language": "Inglese",
        "code": "en",
        "total": 808,
        "translated": 808,
        "translated_percent": 100.0,
        "total_words": 3138,
        "translated_words": 3138,
        "translated_words_percent": 100.0,
        "total_chars": 20860,
        "translated_chars": 20860,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Italiano",
        "code": "it",
        "total": 808,
        "translated": 791,
        "translated_percent": 97.8,
        "total_words": 3138,
        "translated_words": 3051,
        "translated_words_percent": 97.2,
        "total_chars": 20860,
        "translated_chars": 20292,
        "translated_chars_percent": 97.2
    }
]