Translation projects API.

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

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

[
    {
        "language": "Inglese",
        "code": "en",
        "total": 356,
        "translated": 356,
        "translated_percent": 100.0,
        "total_words": 1295,
        "translated_words": 1295,
        "translated_words_percent": 100.0,
        "total_chars": 9917,
        "translated_chars": 9917,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Italiano",
        "code": "it",
        "total": 355,
        "translated": 276,
        "translated_percent": 77.7,
        "total_words": 1287,
        "translated_words": 895,
        "translated_words_percent": 69.5,
        "total_chars": 9880,
        "translated_chars": 6231,
        "translated_chars_percent": 63.0
    }
]