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": 6045,
        "translated": 6045,
        "translated_percent": 100.0,
        "total_words": 28263,
        "translated_words": 28263,
        "translated_words_percent": 100.0,
        "total_chars": 261425,
        "translated_chars": 261425,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Hebrew",
        "code": "he",
        "total": 40,
        "translated": 40,
        "translated_percent": 100.0,
        "total_words": 141,
        "translated_words": 141,
        "translated_words_percent": 100.0,
        "total_chars": 835,
        "translated_chars": 835,
        "translated_chars_percent": 100.0
    },
    {
        "language": "Ukrainian",
        "code": "uk",
        "total": 5868,
        "translated": 4297,
        "translated_percent": 73.2,
        "total_words": 27243,
        "translated_words": 15591,
        "translated_words_percent": 57.2,
        "total_chars": 254300,
        "translated_chars": 101876,
        "translated_chars_percent": 40.0
    },
    {
        "language": "de (generated)",
        "code": "de",
        "total": 4884,
        "translated": 0,
        "translated_percent": 0.0,
        "total_words": 21381,
        "translated_words": 0,
        "translated_words_percent": 0.0,
        "total_chars": 182508,
        "translated_chars": 0,
        "translated_chars_percent": 0.0
    },
    {
        "language": "fr (generated)",
        "code": "fr",
        "total": 4884,
        "translated": 1629,
        "translated_percent": 33.3,
        "total_words": 21381,
        "translated_words": 4863,
        "translated_words_percent": 22.7,
        "total_chars": 182508,
        "translated_chars": 34161,
        "translated_chars_percent": 18.7
    },
    {
        "language": "lt (generated)",
        "code": "lt",
        "total": 4884,
        "translated": 0,
        "translated_percent": 0.0,
        "total_words": 21381,
        "translated_words": 0,
        "translated_words_percent": 0.0,
        "total_chars": 182508,
        "translated_chars": 0,
        "translated_chars_percent": 0.0
    },
    {
        "language": "ru (generated)",
        "code": "ru",
        "total": 4884,
        "translated": 1863,
        "translated_percent": 38.1,
        "total_words": 21381,
        "translated_words": 6847,
        "translated_words_percent": 32.0,
        "total_chars": 182508,
        "translated_chars": 44112,
        "translated_chars_percent": 24.1
    },
    {
        "language": "tr (generated)",
        "code": "tr",
        "total": 3057,
        "translated": 2976,
        "translated_percent": 97.3,
        "total_words": 11993,
        "translated_words": 11639,
        "translated_words_percent": 97.0,
        "total_chars": 81176,
        "translated_chars": 78761,
        "translated_chars_percent": 97.0
    }
]