Translation projects API.

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

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

[
    {
        "language": "Inglese",
        "code": "en",
        "total": 354,
        "translated": 354,
        "translated_percent": 100.0,
        "total_words": 1074,
        "translated_words": 1074,
        "translated_words_percent": 100.0,
        "total_chars": 6920,
        "translated_chars": 6920,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Italiano",
        "code": "it",
        "total": 354,
        "translated": 336,
        "translated_percent": 94.9,
        "total_words": 1074,
        "translated_words": 975,
        "translated_words_percent": 90.7,
        "total_chars": 6920,
        "translated_chars": 5892,
        "translated_chars_percent": 85.1
    }
]