Translation projects API.

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

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

[
    {
        "language": "English",
        "code": "en",
        "total": 1081,
        "translated": 1081,
        "translated_percent": 100.0,
        "total_words": 3936,
        "translated_words": 3936,
        "translated_words_percent": 100.0,
        "total_chars": 25350,
        "translated_chars": 25350,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Hebrew",
        "code": "he",
        "total": 1054,
        "translated": 922,
        "translated_percent": 87.4,
        "total_words": 3769,
        "translated_words": 3281,
        "translated_words_percent": 87.0,
        "total_chars": 24391,
        "translated_chars": 21305,
        "translated_chars_percent": 87.3
    },
    {
        "language": "Ukrainian",
        "code": "uk",
        "total": 1068,
        "translated": 501,
        "translated_percent": 46.9,
        "total_words": 3906,
        "translated_words": 1755,
        "translated_words_percent": 44.9,
        "total_chars": 25172,
        "translated_chars": 11055,
        "translated_chars_percent": 43.9
    },
    {
        "language": "de (generated)",
        "code": "de",
        "total": 1068,
        "translated": 0,
        "translated_percent": 0.0,
        "total_words": 3906,
        "translated_words": 0,
        "translated_words_percent": 0.0,
        "total_chars": 25172,
        "translated_chars": 0,
        "translated_chars_percent": 0.0
    },
    {
        "language": "fr (generated)",
        "code": "fr",
        "total": 1068,
        "translated": 0,
        "translated_percent": 0.0,
        "total_words": 3906,
        "translated_words": 0,
        "translated_words_percent": 0.0,
        "total_chars": 25172,
        "translated_chars": 0,
        "translated_chars_percent": 0.0
    },
    {
        "language": "lt (generated)",
        "code": "lt",
        "total": 1068,
        "translated": 0,
        "translated_percent": 0.0,
        "total_words": 3906,
        "translated_words": 0,
        "translated_words_percent": 0.0,
        "total_chars": 25172,
        "translated_chars": 0,
        "translated_chars_percent": 0.0
    },
    {
        "language": "ru (generated)",
        "code": "ru",
        "total": 1068,
        "translated": 503,
        "translated_percent": 47.0,
        "total_words": 3906,
        "translated_words": 1810,
        "translated_words_percent": 46.3,
        "total_chars": 25172,
        "translated_chars": 11494,
        "translated_chars_percent": 45.6
    }
]