Translation projects API.

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

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

[
    {
        "language": "Inglese",
        "code": "en",
        "total": 274,
        "translated": 274,
        "translated_percent": 100.0,
        "total_words": 1028,
        "translated_words": 1028,
        "translated_words_percent": 100.0,
        "total_chars": 6496,
        "translated_chars": 6496,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Italiano",
        "code": "it",
        "total": 270,
        "translated": 238,
        "translated_percent": 88.1,
        "total_words": 1012,
        "translated_words": 820,
        "translated_words_percent": 81.0,
        "total_chars": 6430,
        "translated_chars": 5075,
        "translated_chars_percent": 78.9
    }
]