Translation projects API.

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

GET /api/projects/freebsd-doc/languages/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "language": "중국어 (간체) (zh_CN)",
        "code": "zh_CN",
        "total": 28038,
        "translated": 15272,
        "translated_percent": 54.4,
        "total_words": 486107,
        "translated_words": 325065,
        "translated_words_percent": 66.8,
        "total_chars": 4178814,
        "translated_chars": 2786489,
        "translated_chars_percent": 66.6
    },
    {
        "language": "중국어 (간체)",
        "code": "zh_Hans",
        "total": 44,
        "translated": 0,
        "translated_percent": 0.0,
        "total_words": 1084,
        "translated_words": 0,
        "translated_words_percent": 0.0,
        "total_chars": 8613,
        "translated_chars": 0,
        "translated_chars_percent": 0.0
    },
    {
        "language": "중국어 (번체) (zh_TW)",
        "code": "zh_TW",
        "total": 13639,
        "translated": 4515,
        "translated_percent": 33.1,
        "total_words": 286238,
        "translated_words": 99493,
        "translated_words_percent": 34.7,
        "total_chars": 2466384,
        "translated_chars": 794549,
        "translated_chars_percent": 32.2
    },
    {
        "language": "네덜란드어 (nl_NL)",
        "code": "nl_NL",
        "total": 73,
        "translated": 40,
        "translated_percent": 54.7,
        "total_words": 2077,
        "translated_words": 629,
        "translated_words_percent": 30.2,
        "total_chars": 18306,
        "translated_chars": 4939,
        "translated_chars_percent": 26.9
    },
    {
        "language": "영어",
        "code": "en",
        "total": 41194,
        "translated": 41194,
        "translated_percent": 100.0,
        "total_words": 702887,
        "translated_words": 702887,
        "translated_words_percent": 100.0,
        "total_chars": 5941800,
        "translated_chars": 5941800,
        "translated_chars_percent": 100.0
    },
    {
        "language": "프랑스어 (fr_FR)",
        "code": "fr_FR",
        "total": 140,
        "translated": 82,
        "translated_percent": 58.5,
        "total_words": 3825,
        "translated_words": 1154,
        "translated_words_percent": 30.1,
        "total_chars": 24635,
        "translated_chars": 7448,
        "translated_chars_percent": 30.2
    },
    {
        "language": "독일어 (de_DE)",
        "code": "de_DE",
        "total": 278,
        "translated": 161,
        "translated_percent": 57.9,
        "total_words": 7125,
        "translated_words": 5214,
        "translated_words_percent": 73.1,
        "total_chars": 51752,
        "translated_chars": 35612,
        "translated_chars_percent": 68.8
    },
    {
        "language": "이탈리아어 (it_IT)",
        "code": "it_IT",
        "total": 16429,
        "translated": 4267,
        "translated_percent": 25.9,
        "total_words": 290123,
        "translated_words": 86081,
        "translated_words_percent": 29.6,
        "total_chars": 2566667,
        "translated_chars": 735383,
        "translated_chars_percent": 28.6
    },
    {
        "language": "노르웨이 부크몰어",
        "code": "nb_NO",
        "total": 13899,
        "translated": 762,
        "translated_percent": 5.4,
        "total_words": 291873,
        "translated_words": 15572,
        "translated_words_percent": 5.3,
        "total_chars": 2509804,
        "translated_chars": 123749,
        "translated_chars_percent": 4.9
    },
    {
        "language": "페르시아어",
        "code": "fa",
        "total": 17742,
        "translated": 2449,
        "translated_percent": 13.8,
        "total_words": 393392,
        "translated_words": 59298,
        "translated_words_percent": 15.0,
        "total_chars": 3288908,
        "translated_chars": 439893,
        "translated_chars_percent": 13.3
    },
    {
        "language": "포르투갈어 (브라질)",
        "code": "pt_BR",
        "total": 40454,
        "translated": 35508,
        "translated_percent": 87.7,
        "total_words": 701858,
        "translated_words": 574042,
        "translated_words_percent": 81.7,
        "total_chars": 5934344,
        "translated_chars": 4979418,
        "translated_chars_percent": 83.9
    },
    {
        "language": "스페인어",
        "code": "es",
        "total": 39972,
        "translated": 17622,
        "translated_percent": 44.0,
        "total_words": 692141,
        "translated_words": 305705,
        "translated_words_percent": 44.1,
        "total_chars": 5867627,
        "translated_chars": 2489216,
        "translated_chars_percent": 42.4
    },
    {
        "language": "스페인어 (칠레)",
        "code": "es_CL",
        "total": 2274,
        "translated": 0,
        "translated_percent": 0.0,
        "total_words": 60043,
        "translated_words": 0,
        "translated_words_percent": 0.0,
        "total_chars": 440711,
        "translated_chars": 0,
        "translated_chars_percent": 0.0
    },
    {
        "language": "터키어 (tr_TR)",
        "code": "tr_TR",
        "total": 13260,
        "translated": 2202,
        "translated_percent": 16.6,
        "total_words": 267338,
        "translated_words": 47926,
        "translated_words_percent": 17.9,
        "total_chars": 2307951,
        "translated_chars": 408973,
        "translated_chars_percent": 17.7
    }
]