Language List
Languages API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/languages/
https://translate.memarc.info/languages/be/", "url": "https://translate.memarc.info/api/languages/be/", "statistics_url": "https://translate.memarc.info/api/languages/be/statistics/" }, { "code": "cs", "name": "Czech", "plural": { "id": 58, "source": 0, "number": 3, "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2", "type": 2 }, "aliases": [ "cz", "csy", "ces", "cze" ], "direction": "ltr", "web_url": "https://translate.memarc.info/languages/cs/", "url": "https://translate.memarc.info/api/languages/cs/", "statistics_url": "https://translate.memarc.info/api/languages/cs/statistics/" }, { "code": "de", "name": "German", "plural": { "id": 64, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "deu", "ger" ], "direction": "ltr", "web_url": "https://translate.memarc.info/languages/de/", "url": "https://translate.memarc.info/api/languages/de/", "statistics_url": "https://translate.memarc.info/api/languages/de/statistics/" }, { "code": "en", "name": "English", "plural": { "id": 73, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "en_en", "base", "source", "enp", "eng" ], "direction": "ltr", "web_url": "https://translate.memarc.info/languages/en/", "url": "https://translate.memarc.info/api/languages/en/", "statistics_url": "https://translate.memarc.info/api/languages/en/statistics/" }, { "code": "es", "name": "Spanish", "plural": { "id": 84, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "esp", "spa" ], "direction": "ltr", "web_url": "https://translate.memarc.info/languages/es/", "url": "https://translate.memarc.info/api/languages/es/", "statistics_url": "https://translate.memarc.info/api/languages/es/statistics/" }, { "code": "fr", "name": "French", "plural": { "id": 103, "source": 0, "number": 2, "formula": "n > 1", "type": 1 }, "aliases": [ "fra", "fre" ], "direction": "ltr", "web_url": "https://translate.memarc.info/languages/fr/", "url": "https://translate.memarc.info/api/languages/fr/", "statistics_url": "https://translate.memarc.info/api/languages/fr/statistics/" }, { "code": "he", "name": "Hebrew", "plural": { "id": 122, "source": 0, "number": 4, "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3))", "type": 6 }, "aliases": [ "iw", "iw_il", "heb" ], "direction": "rtl", "web_url": "https://translate.memarc.info/languages/he/", "url": "https://translate.memarc.info/api/languages/he/", "statistics_url": "https://translate.memarc.info/api/languages/he/statistics/" }, { "code": "hu", "name": "Hungarian", "plural": { "id": 131, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "hun" ], "direction": "ltr", "web_url": "https://translate.memarc.info/languages/hu/", "url": "https://translate.memarc.info/api/languages/hu/", "statistics_url": "https://translate.memarc.info/api/languages/hu/statistics/" }, { "code": "it", "name": "Italian", "plural": { "id": 142, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "ita" ], "direction": "ltr", "web_url": "https://translate.memarc.info/languages/it/", "url": "https://translate.memarc.info/api/languages/it/", "statistics_url": "https://translate.memarc.info/api/languages/it/statistics/" }, { "code": "lt", "name": "Lithuanian", "plural": { "id": 184, "source": 0, "number": 3, "formula": "(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2)", "type": 2 }, "aliases": [ "lit" ], "direction": "ltr", "web_url": "https://translate.memarc.info/languages/lt/", "url": "https://translate.memarc.info/api/languages/lt/", "statistics_url": "https://translate.memarc.info/api/languages/lt/statistics/" }, { "code": "lv", "name": "Latvian", "plural": { "id": 186, "source": 0, "number": 3, "formula": "(n % 10 == 0 || n % 100 >= 11 && n % 100 <= 19) ? 0 : ((n % 10 == 1 && n % 100 != 11) ? 1 : 2)", "type": 11 }, "aliases": [ "lav" ], "direction": "ltr", "web_url": "https://translate.memarc.info/languages/lv/", "url": "https://translate.memarc.info/api/languages/lv/", "statistics_url": "https://translate.memarc.info/api/languages/lv/statistics/" }, { "code": "nl", "name": "Dutch", "plural": { "id": 215, "source": 0, "number": 2, "formula": "n != 1", "type": 1 }, "aliases": [ "dut", "nld" ], "direction": "ltr", "web_url": "https://translate.memarc.info/languages/nl/", "url": "https://translate.memarc.info/api/languages/nl/", "statistics_url": "https://translate.memarc.info/api/languages/nl/statistics/" }, { "code": "pl", "name": "Polish", "plural": { "id": 233, "source": 0, "number": 3, "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "plk", "pol" ], "direction": "ltr", "web_url": "https://translate.memarc.info/languages/pl/", "url": "https://translate.memarc.info/api/languages/pl/", "statistics_url": "https://translate.memarc.info/api/languages/pl/statistics/" }, { "code": "ru", "name": "Russian", "plural": { "id": 248, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ru_r", "ru_rr", "rus" ], "direction": "ltr", "web_url": "https://translate.memarc.info/languages/ru/", "url": "https://translate.memarc.info/api/languages/ru/", "statistics_url": "https://translate.memarc.info/api/languages/ru/statistics/" }, { "code": "uk", "name": "Ukrainian", "plural": { "id": 313, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "ua", "ukr" ], "direction": "ltr", "web_url": "https://translate.memarc.info/languages/uk/", "url": "https://translate.memarc.info/api/languages/uk/", "statistics_url": "https://translate.memarc.info/api/languages/uk/statistics/" } ] }{ "count": 15, "next": null, "previous": null, "results": [ { "code": "be", "name": "Belarusian", "plural": { "id": 28, "source": 0, "number": 3, "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "type": 2 }, "aliases": [ "xbelorussian", "by", "bel" ], "direction": "ltr", "web_url": "