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": 5133,
        "translated": 5133,
        "translated_percent": 100.0,
        "total_words": 24309,
        "translated_words": 24309,
        "translated_words_percent": 100.0,
        "total_chars": 233366,
        "translated_chars": 233366,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Ukrainian",
        "code": "uk",
        "total": 4960,
        "translated": 4687,
        "translated_percent": 94.4,
        "total_words": 23210,
        "translated_words": 22181,
        "translated_words_percent": 95.5,
        "total_chars": 225420,
        "translated_chars": 217765,
        "translated_chars_percent": 96.6
    },
    {
        "language": "de (generated)",
        "code": "de",
        "total": 4433,
        "translated": 0,
        "translated_percent": 0.0,
        "total_words": 17556,
        "translated_words": 0,
        "translated_words_percent": 0.0,
        "total_chars": 117317,
        "translated_chars": 0,
        "translated_chars_percent": 0.0
    },
    {
        "language": "fr (generated)",
        "code": "fr",
        "total": 4433,
        "translated": 1364,
        "translated_percent": 30.7,
        "total_words": 17556,
        "translated_words": 4107,
        "translated_words_percent": 23.3,
        "total_chars": 117317,
        "translated_chars": 27595,
        "translated_chars_percent": 23.5
    },
    {
        "language": "lt (generated)",
        "code": "lt",
        "total": 4433,
        "translated": 0,
        "translated_percent": 0.0,
        "total_words": 17556,
        "translated_words": 0,
        "translated_words_percent": 0.0,
        "total_chars": 117317,
        "translated_chars": 0,
        "translated_chars_percent": 0.0
    },
    {
        "language": "ru (generated)",
        "code": "ru",
        "total": 4433,
        "translated": 1598,
        "translated_percent": 36.0,
        "total_words": 17556,
        "translated_words": 6013,
        "translated_words_percent": 34.2,
        "total_chars": 117317,
        "translated_chars": 37995,
        "translated_chars_percent": 32.3
    },
    {
        "language": "tr (generated)",
        "code": "tr",
        "total": 3564,
        "translated": 3330,
        "translated_percent": 93.4,
        "total_words": 13967,
        "translated_words": 12709,
        "translated_words_percent": 90.9,
        "total_chars": 94198,
        "translated_chars": 84750,
        "translated_chars_percent": 89.9
    }
]