Language List
Languages API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/languages/?format=api
{ "count": 10, "next": null, "previous": null, "results": [ { "id": 26, "code": "ar", "name": "Arabic", "plural": { "id": 26, "source": 0, "number": 6, "formula": "n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5", "type": 12 }, "aliases": [ "ar_aa", "ar_ar", "ara", "arb" ], "direction": "rtl", "population": 378792526, "web_url": "https://translate.engagevr.io/languages/ar/", "url": "https://translate.engagevr.io/api/languages/ar/?format=api", "statistics_url": "https://translate.engagevr.io/api/languages/ar/statistics/?format=api" }, { "id": 149, "code": "de", "name": "German", "plural": { "id": 149, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "de_de", "deu", "deu_de", "ger" ], "direction": "ltr", "population": 141873196, "web_url": "https://translate.engagevr.io/languages/de/", "url": "https://translate.engagevr.io/api/languages/de/?format=api", "statistics_url": "https://translate.engagevr.io/api/languages/de/statistics/?format=api" }, { "id": 179, "code": "en", "name": "English", "plural": { "id": 179, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "base", "en_en", "en_us", "eng", "enp", "source" ], "direction": "ltr", "population": 1728003224, "web_url": "https://translate.engagevr.io/languages/en/", "url": "https://translate.engagevr.io/api/languages/en/?format=api", "statistics_url": "https://translate.engagevr.io/api/languages/en/statistics/?format=api" }, { "id": 197, "code": "es", "name": "Spanish", "plural": { "id": 197, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "es_es", "es_la", "esp", "spa" ], "direction": "ltr", "population": 507161083, "web_url": "https://translate.engagevr.io/languages/es/", "url": "https://translate.engagevr.io/api/languages/es/?format=api", "statistics_url": "https://translate.engagevr.io/api/languages/es/statistics/?format=api" }, { "id": 233, "code": "fr", "name": "French", "plural": { "id": 233, "source": 0, "number": 2, "formula": "n > 1", "type": 1 }, "aliases": [ "fr_fr", "fra", "fra_fr", "fre" ], "direction": "ltr", "population": 332956350, "web_url": "https://translate.engagevr.io/languages/fr/", "url": "https://translate.engagevr.io/api/languages/fr/?format=api", "statistics_url": "https://translate.engagevr.io/api/languages/fr/statistics/?format=api" }, { "id": 331, "code": "it", "name": "Italian", "plural": { "id": 331, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "it_it", "ita", "ita_it" ], "direction": "ltr", "population": 70475318, "web_url": "https://translate.engagevr.io/languages/it/", "url": "https://translate.engagevr.io/api/languages/it/?format=api", "statistics_url": "https://translate.engagevr.io/api/languages/it/statistics/?format=api" }, { "id": 337, "code": "ja", "name": "Japanese", "plural": { "id": 337, "source": 0, "number": 1, "formula": "0", "type": 0 }, "aliases": [ "ja_ja", "ja_jp", "jp", "jp_jpn", "jpn", "jpn_jp" ], "direction": "ltr", "population": 117608755, "web_url": "https://translate.engagevr.io/languages/ja/", "url": "https://translate.engagevr.io/api/languages/ja/?format=api", "statistics_url": "https://translate.engagevr.io/api/languages/ja/statistics/?format=api" }, { "id": 375, "code": "ko", "name": "Korean", "plural": { "id": 375, "source": 0, "number": 1, "formula": "0", "type": 0 }, "aliases": [ "ko_ko", "ko_kr", "kor", "kor_kr" ], "direction": "ltr", "population": 79278717, "web_url": "https://translate.engagevr.io/languages/ko/", "url": "https://translate.engagevr.io/api/languages/ko/?format=api", "statistics_url": "https://translate.engagevr.io/api/languages/ko/statistics/?format=api" }, { "id": 769, "code": "zh_Hans", "name": "Chinese (Simplified Han script)", "plural": { "id": 769, "source": 0, "number": 1, "formula": "0", "type": 0 }, "aliases": [ "chi", "chinese", "chinese_chs", "chinese_zh", "chs", "cmn", "cmn_hans", "cn", "schinese", "zh", "zh_chs", "zh_cmn_hans", "zh_cn", "zh_hans_cn", "zh_simplified", "zhcn" ], "direction": "ltr", "population": 1286444445, "web_url": "https://translate.engagevr.io/languages/zh_Hans/", "url": "https://translate.engagevr.io/api/languages/zh_Hans/?format=api", "statistics_url": "https://translate.engagevr.io/api/languages/zh_Hans/statistics/?format=api" }, { "id": 771, "code": "zh_Hant", "name": "Chinese (Traditional Han script)", "plural": { "id": 771, "source": 0, "number": 1, "formula": "0", "type": 0 }, "aliases": [ "cht", "cmn_hant", "tchinese", "zh_cht", "zh_cmn_hant", "zh_hant@zh", "zh_hant_tw", "zh_traditional", "zh_tw", "zho", "zhtw" ], "direction": "ltr", "population": 39078482, "web_url": "https://translate.engagevr.io/languages/zh_Hant/", "url": "https://translate.engagevr.io/api/languages/zh_Hant/?format=api", "statistics_url": "https://translate.engagevr.io/api/languages/zh_Hant/statistics/?format=api" } ] }