Languages API.

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

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

{
    "count": 18,
    "next": null,
    "previous": null,
    "results": [
        {
            "code": "cs",
            "name": "Czech",
            "plural": {
                "id": 59,
                "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://hive.bgforge.net/languages/cs/",
            "url": "https://hive.bgforge.net/api/languages/cs/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/languages/cs/statistics/?format=api"
        },
        {
            "code": "pt",
            "name": "Portuguese",
            "plural": {
                "id": 190,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "ptg",
                "por"
            ],
            "direction": "ltr",
            "web_url": "https://hive.bgforge.net/languages/pt/",
            "url": "https://hive.bgforge.net/api/languages/pt/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/languages/pt/statistics/?format=api"
        },
        {
            "code": "uk",
            "name": "Ukrainian",
            "plural": {
                "id": 250,
                "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://hive.bgforge.net/languages/uk/",
            "url": "https://hive.bgforge.net/api/languages/uk/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/languages/uk/statistics/?format=api"
        },
        {
            "code": "pt_BR",
            "name": "Portuguese (Brazil)",
            "plural": {
                "id": 191,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "braz_por",
                "portuguese_br",
                "ptb"
            ],
            "direction": "ltr",
            "web_url": "https://hive.bgforge.net/languages/pt_BR/",
            "url": "https://hive.bgforge.net/api/languages/pt_BR/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/languages/pt_BR/statistics/?format=api"
        },
        {
            "code": "de",
            "name": "German",
            "plural": {
                "id": 91,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "deu",
                "ger"
            ],
            "direction": "ltr",
            "web_url": "https://hive.bgforge.net/languages/de/",
            "url": "https://hive.bgforge.net/api/languages/de/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/languages/de/statistics/?format=api"
        },
        {
            "code": "en",
            "name": "English",
            "plural": {
                "id": 66,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "en_en",
                "base",
                "source",
                "enp",
                "eng"
            ],
            "direction": "ltr",
            "web_url": "https://hive.bgforge.net/languages/en/",
            "url": "https://hive.bgforge.net/api/languages/en/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
        },
        {
            "code": "it",
            "name": "Italian",
            "plural": {
                "id": 114,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "ita"
            ],
            "direction": "ltr",
            "web_url": "https://hive.bgforge.net/languages/it/",
            "url": "https://hive.bgforge.net/api/languages/it/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/languages/it/statistics/?format=api"
        },
        {
            "code": "ru",
            "name": "Russian",
            "plural": {
                "id": 199,
                "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://hive.bgforge.net/languages/ru/",
            "url": "https://hive.bgforge.net/api/languages/ru/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/languages/ru/statistics/?format=api"
        },
        {
            "code": "es",
            "name": "Spanish",
            "plural": {
                "id": 223,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "es_la",
                "esp",
                "spa"
            ],
            "direction": "ltr",
            "web_url": "https://hive.bgforge.net/languages/es/",
            "url": "https://hive.bgforge.net/api/languages/es/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/languages/es/statistics/?format=api"
        },
        {
            "code": "fr",
            "name": "French",
            "plural": {
                "id": 82,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "fra",
                "fre"
            ],
            "direction": "ltr",
            "web_url": "https://hive.bgforge.net/languages/fr/",
            "url": "https://hive.bgforge.net/api/languages/fr/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/languages/fr/statistics/?format=api"
        },
        {
            "code": "sv",
            "name": "Swedish",
            "plural": {
                "id": 232,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "sve",
                "swe"
            ],
            "direction": "ltr",
            "web_url": "https://hive.bgforge.net/languages/sv/",
            "url": "https://hive.bgforge.net/api/languages/sv/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/languages/sv/statistics/?format=api"
        },
        {
            "code": "vi",
            "name": "Vietnamese",
            "plural": {
                "id": 259,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "vn",
                "vie"
            ],
            "direction": "ltr",
            "web_url": "https://hive.bgforge.net/languages/vi/",
            "url": "https://hive.bgforge.net/api/languages/vi/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/languages/vi/statistics/?format=api"
        },
        {
            "code": "hu",
            "name": "Hungarian",
            "plural": {
                "id": 105,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "hun"
            ],
            "direction": "ltr",
            "web_url": "https://hive.bgforge.net/languages/hu/",
            "url": "https://hive.bgforge.net/api/languages/hu/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/languages/hu/statistics/?format=api"
        },
        {
            "code": "ko",
            "name": "Korean",
            "plural": {
                "id": 129,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "ko_ko",
                "kor"
            ],
            "direction": "ltr",
            "web_url": "https://hive.bgforge.net/languages/ko/",
            "url": "https://hive.bgforge.net/api/languages/ko/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/languages/ko/statistics/?format=api"
        },
        {
            "code": "pl",
            "name": "Polish",
            "plural": {
                "id": 189,
                "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://hive.bgforge.net/languages/pl/",
            "url": "https://hive.bgforge.net/api/languages/pl/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/languages/pl/statistics/?format=api"
        },
        {
            "code": "es_MX",
            "name": "Spanish (Mexico)",
            "plural": {
                "id": 226,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [],
            "direction": "ltr",
            "web_url": "https://hive.bgforge.net/languages/es_MX/",
            "url": "https://hive.bgforge.net/api/languages/es_MX/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/languages/es_MX/statistics/?format=api"
        },
        {
            "code": "schinese",
            "name": "Chinese (Simplified)",
            "plural": {
                "id": 49,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [],
            "direction": "ltr",
            "web_url": "https://hive.bgforge.net/languages/schinese/",
            "url": "https://hive.bgforge.net/api/languages/schinese/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/languages/schinese/statistics/?format=api"
        },
        {
            "code": "tchinese",
            "name": "Chinese (Traditional)",
            "plural": {
                "id": 51,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [],
            "direction": "ltr",
            "web_url": "https://hive.bgforge.net/languages/tchinese/",
            "url": "https://hive.bgforge.net/api/languages/tchinese/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/languages/tchinese/statistics/?format=api"
        }
    ]
}