Translation projects API.

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

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

[
    {
        "language": "Inglese",
        "code": "en",
        "total": 592,
        "translated": 592,
        "translated_percent": 100.0,
        "total_words": 2143,
        "translated_words": 2143,
        "translated_words_percent": 100.0,
        "total_chars": 18280,
        "translated_chars": 18280,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Italiano",
        "code": "it",
        "total": 567,
        "translated": 410,
        "translated_percent": 72.3,
        "total_words": 1842,
        "translated_words": 995,
        "translated_words_percent": 54.0,
        "total_chars": 15120,
        "translated_chars": 6063,
        "translated_chars_percent": 40.0
    }
]