Translation projects API.

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

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

[
    {
        "language": "Inglese",
        "code": "en",
        "total": 219,
        "translated": 219,
        "translated_percent": 100.0,
        "total_words": 785,
        "translated_words": 785,
        "translated_words_percent": 100.0,
        "total_chars": 5070,
        "translated_chars": 5070,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Italiano",
        "code": "it",
        "total": 219,
        "translated": 12,
        "translated_percent": 5.4,
        "total_words": 785,
        "translated_words": 21,
        "translated_words_percent": 2.6,
        "total_chars": 5070,
        "translated_chars": 110,
        "translated_chars_percent": 2.1
    }
]