Translation projects API.

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

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

[
    {
        "language": "English",
        "code": "en",
        "total": 5818,
        "translated": 5818,
        "translated_percent": 100.0,
        "total_words": 28178,
        "translated_words": 28178,
        "translated_words_percent": 100.0,
        "total_chars": 289083,
        "translated_chars": 289083,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Hebrew",
        "code": "he",
        "total": 4386,
        "translated": 4252,
        "translated_percent": 96.9,
        "total_words": 19444,
        "translated_words": 18799,
        "translated_words_percent": 96.6,
        "total_chars": 162822,
        "translated_chars": 157082,
        "translated_chars_percent": 96.4
    },
    {
        "language": "Ukrainian",
        "code": "uk",
        "total": 5630,
        "translated": 4671,
        "translated_percent": 82.9,
        "total_words": 25691,
        "translated_words": 18893,
        "translated_words_percent": 73.5,
        "total_chars": 243362,
        "translated_chars": 130445,
        "translated_chars_percent": 53.6
    },
    {
        "language": "de (generated)",
        "code": "de",
        "total": 3972,
        "translated": 0,
        "translated_percent": 0.0,
        "total_words": 16016,
        "translated_words": 0,
        "translated_words_percent": 0.0,
        "total_chars": 107765,
        "translated_chars": 0,
        "translated_chars_percent": 0.0
    },
    {
        "language": "fr (generated)",
        "code": "fr",
        "total": 3972,
        "translated": 1207,
        "translated_percent": 30.3,
        "total_words": 16016,
        "translated_words": 3479,
        "translated_words_percent": 21.7,
        "total_chars": 107765,
        "translated_chars": 23550,
        "translated_chars_percent": 21.8
    },
    {
        "language": "lt (generated)",
        "code": "lt",
        "total": 3972,
        "translated": 0,
        "translated_percent": 0.0,
        "total_words": 16016,
        "translated_words": 0,
        "translated_words_percent": 0.0,
        "total_chars": 107765,
        "translated_chars": 0,
        "translated_chars_percent": 0.0
    },
    {
        "language": "ru (generated)",
        "code": "ru",
        "total": 3972,
        "translated": 1674,
        "translated_percent": 42.1,
        "total_words": 16016,
        "translated_words": 6184,
        "translated_words_percent": 38.6,
        "total_chars": 107765,
        "translated_chars": 39276,
        "translated_chars_percent": 36.4
    },
    {
        "language": "tr (generated)",
        "code": "tr",
        "total": 3043,
        "translated": 2820,
        "translated_percent": 92.6,
        "total_words": 12202,
        "translated_words": 10988,
        "translated_words_percent": 90.0,
        "total_chars": 82766,
        "translated_chars": 73592,
        "translated_chars_percent": 88.9
    }
]