Translation projects API.

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

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

[
    {
        "language": "Inglese",
        "code": "en",
        "total": 591,
        "translated": 591,
        "translated_percent": 100.0,
        "total_words": 2469,
        "translated_words": 2469,
        "translated_words_percent": 100.0,
        "total_chars": 16321,
        "translated_chars": 16321,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Italiano",
        "code": "it",
        "total": 587,
        "translated": 545,
        "translated_percent": 92.8,
        "total_words": 2365,
        "translated_words": 1754,
        "translated_words_percent": 74.1,
        "total_chars": 15299,
        "translated_chars": 11047,
        "translated_chars_percent": 72.2
    }
]