Translation projects API.

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

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

[
    {
        "language": "English",
        "code": "en",
        "total": 137,
        "translated": 137,
        "translated_percent": 100.0,
        "total_words": 416,
        "translated_words": 416,
        "translated_words_percent": 100.0,
        "total_chars": 2650,
        "translated_chars": 2650,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Hebrew",
        "code": "he",
        "total": 129,
        "translated": 19,
        "translated_percent": 14.7,
        "total_words": 381,
        "translated_words": 97,
        "translated_words_percent": 25.4,
        "total_chars": 2490,
        "translated_chars": 609,
        "translated_chars_percent": 24.4
    },
    {
        "language": "Ukrainian",
        "code": "uk",
        "total": 137,
        "translated": 18,
        "translated_percent": 13.1,
        "total_words": 416,
        "translated_words": 72,
        "translated_words_percent": 17.3,
        "total_chars": 2650,
        "translated_chars": 378,
        "translated_chars_percent": 14.2
    },
    {
        "language": "de (generated)",
        "code": "de",
        "total": 137,
        "translated": 0,
        "translated_percent": 0.0,
        "total_words": 416,
        "translated_words": 0,
        "translated_words_percent": 0.0,
        "total_chars": 2650,
        "translated_chars": 0,
        "translated_chars_percent": 0.0
    },
    {
        "language": "fr (generated)",
        "code": "fr",
        "total": 137,
        "translated": 0,
        "translated_percent": 0.0,
        "total_words": 416,
        "translated_words": 0,
        "translated_words_percent": 0.0,
        "total_chars": 2650,
        "translated_chars": 0,
        "translated_chars_percent": 0.0
    },
    {
        "language": "lt (generated)",
        "code": "lt",
        "total": 137,
        "translated": 0,
        "translated_percent": 0.0,
        "total_words": 416,
        "translated_words": 0,
        "translated_words_percent": 0.0,
        "total_chars": 2650,
        "translated_chars": 0,
        "translated_chars_percent": 0.0
    },
    {
        "language": "ru (generated)",
        "code": "ru",
        "total": 137,
        "translated": 19,
        "translated_percent": 13.8,
        "total_words": 416,
        "translated_words": 73,
        "translated_words_percent": 17.5,
        "total_chars": 2650,
        "translated_chars": 380,
        "translated_chars_percent": 14.3
    }
]