Translation projects API.

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

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

[
    {
        "language": "Inglese",
        "code": "en",
        "total": 110,
        "translated": 110,
        "translated_percent": 100.0,
        "total_words": 310,
        "translated_words": 310,
        "translated_words_percent": 100.0,
        "total_chars": 1866,
        "translated_chars": 1866,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Italiano",
        "code": "it",
        "total": 110,
        "translated": 109,
        "translated_percent": 99.0,
        "total_words": 310,
        "translated_words": 309,
        "translated_words_percent": 99.6,
        "total_chars": 1866,
        "translated_chars": 1839,
        "translated_chars_percent": 98.5
    }
]