Translation projects API.

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

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

[
    {
        "language": "English",
        "code": "en",
        "total": 2762,
        "translated": 2762,
        "translated_percent": 100.0,
        "total_words": 19735,
        "translated_words": 19735,
        "translated_words_percent": 100.0,
        "total_chars": 134799,
        "translated_chars": 134799,
        "translated_chars_percent": 100.0
    },
    {
        "language": "German",
        "code": "de",
        "total": 2758,
        "translated": 2758,
        "translated_percent": 100.0,
        "total_words": 19726,
        "translated_words": 19726,
        "translated_words_percent": 100.0,
        "total_chars": 134755,
        "translated_chars": 134755,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Polish",
        "code": "pl",
        "total": 2762,
        "translated": 2762,
        "translated_percent": 100.0,
        "total_words": 19735,
        "translated_words": 19735,
        "translated_words_percent": 100.0,
        "total_chars": 134799,
        "translated_chars": 134799,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Russian",
        "code": "ru",
        "total": 2758,
        "translated": 2758,
        "translated_percent": 100.0,
        "total_words": 19726,
        "translated_words": 19726,
        "translated_words_percent": 100.0,
        "total_chars": 134755,
        "translated_chars": 134755,
        "translated_chars_percent": 100.0
    }
]