Translation projects API.

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

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

[
    {
        "language": "Inglese",
        "code": "en",
        "total": 330,
        "translated": 330,
        "translated_percent": 100.0,
        "total_words": 1009,
        "translated_words": 1009,
        "translated_words_percent": 100.0,
        "total_chars": 6151,
        "translated_chars": 6151,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Italiano",
        "code": "it",
        "total": 330,
        "translated": 327,
        "translated_percent": 99.0,
        "total_words": 1009,
        "translated_words": 957,
        "translated_words_percent": 94.8,
        "total_chars": 6151,
        "translated_chars": 5781,
        "translated_chars_percent": 93.9
    }
]