Translation projects API.

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

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

[
    {
        "language": "English",
        "code": "en",
        "total": 1091,
        "translated": 1091,
        "translated_percent": 100.0,
        "total_words": 4020,
        "translated_words": 4020,
        "translated_words_percent": 100.0,
        "total_chars": 25833,
        "translated_chars": 25833,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Ukrainian",
        "code": "uk",
        "total": 1091,
        "translated": 970,
        "translated_percent": 88.9,
        "total_words": 4020,
        "translated_words": 3553,
        "translated_words_percent": 88.3,
        "total_chars": 25833,
        "translated_chars": 22971,
        "translated_chars_percent": 88.9
    },
    {
        "language": "de (generated)",
        "code": "de",
        "total": 1091,
        "translated": 0,
        "translated_percent": 0.0,
        "total_words": 4020,
        "translated_words": 0,
        "translated_words_percent": 0.0,
        "total_chars": 25833,
        "translated_chars": 0,
        "translated_chars_percent": 0.0
    },
    {
        "language": "fr (generated)",
        "code": "fr",
        "total": 1091,
        "translated": 0,
        "translated_percent": 0.0,
        "total_words": 4020,
        "translated_words": 0,
        "translated_words_percent": 0.0,
        "total_chars": 25833,
        "translated_chars": 0,
        "translated_chars_percent": 0.0
    },
    {
        "language": "lt (generated)",
        "code": "lt",
        "total": 1091,
        "translated": 0,
        "translated_percent": 0.0,
        "total_words": 4020,
        "translated_words": 0,
        "translated_words_percent": 0.0,
        "total_chars": 25833,
        "translated_chars": 0,
        "translated_chars_percent": 0.0
    },
    {
        "language": "ru (generated)",
        "code": "ru",
        "total": 1091,
        "translated": 517,
        "translated_percent": 47.3,
        "total_words": 4020,
        "translated_words": 1858,
        "translated_words_percent": 46.2,
        "total_chars": 25833,
        "translated_chars": 11815,
        "translated_chars_percent": 45.7
    }
]