Translation projects API.

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

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

[
    {
        "language": "English",
        "code": "en",
        "total": 6362,
        "translated": 6362,
        "translated_percent": 100.0,
        "total_words": 28850,
        "translated_words": 28850,
        "translated_words_percent": 100.0,
        "total_chars": 266158,
        "translated_chars": 266158,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Ukrainian",
        "code": "uk",
        "total": 6185,
        "translated": 4507,
        "translated_percent": 72.8,
        "total_words": 27830,
        "translated_words": 15693,
        "translated_words_percent": 56.3,
        "total_chars": 259033,
        "translated_chars": 101579,
        "translated_chars_percent": 39.2
    },
    {
        "language": "de (generated)",
        "code": "de",
        "total": 5434,
        "translated": 25,
        "translated_percent": 0.4,
        "total_words": 23256,
        "translated_words": 100,
        "translated_words_percent": 0.4,
        "total_chars": 196854,
        "translated_chars": 588,
        "translated_chars_percent": 0.2
    },
    {
        "language": "fr (generated)",
        "code": "fr",
        "total": 5434,
        "translated": 1707,
        "translated_percent": 31.4,
        "total_words": 23256,
        "translated_words": 5046,
        "translated_words_percent": 21.6,
        "total_chars": 196854,
        "translated_chars": 35255,
        "translated_chars_percent": 17.9
    },
    {
        "language": "lt (generated)",
        "code": "lt",
        "total": 5434,
        "translated": 0,
        "translated_percent": 0.0,
        "total_words": 23256,
        "translated_words": 0,
        "translated_words_percent": 0.0,
        "total_chars": 196854,
        "translated_chars": 0,
        "translated_chars_percent": 0.0
    },
    {
        "language": "ru (generated)",
        "code": "ru",
        "total": 5434,
        "translated": 1913,
        "translated_percent": 35.2,
        "total_words": 23256,
        "translated_words": 6949,
        "translated_words_percent": 29.8,
        "total_chars": 196854,
        "translated_chars": 44807,
        "translated_chars_percent": 22.7
    },
    {
        "language": "tr (generated)",
        "code": "tr",
        "total": 3607,
        "translated": 3519,
        "translated_percent": 97.5,
        "total_words": 13868,
        "translated_words": 13490,
        "translated_words_percent": 97.2,
        "total_chars": 95522,
        "translated_chars": 92942,
        "translated_chars_percent": 97.2
    }
]