Translation projects API.

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

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

[
    {
        "language": "Inglese",
        "code": "en",
        "total": 145,
        "translated": 145,
        "translated_percent": 100.0,
        "total_words": 487,
        "translated_words": 487,
        "translated_words_percent": 100.0,
        "total_chars": 3313,
        "translated_chars": 3313,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Italiano",
        "code": "it",
        "total": 140,
        "translated": 134,
        "translated_percent": 95.7,
        "total_words": 456,
        "translated_words": 438,
        "translated_words_percent": 96.0,
        "total_chars": 3033,
        "translated_chars": 2914,
        "translated_chars_percent": 96.0
    }
]