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": 121,
    "next": "https://l10n.opensuse.org/api/languages/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "code": "gu",
            "name": "Gujarati",
            "plural": {
                "id": 104,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "guj"
            ],
            "direction": "ltr",
            "web_url": "https://l10n.opensuse.org/languages/gu/",
            "url": "https://l10n.opensuse.org/api/languages/gu/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/languages/gu/statistics/?format=api"
        },
        {
            "code": "ca",
            "name": "Catalan",
            "plural": {
                "id": 42,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "ca_ps",
                "cat"
            ],
            "direction": "ltr",
            "web_url": "https://l10n.opensuse.org/languages/ca/",
            "url": "https://l10n.opensuse.org/api/languages/ca/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/languages/ca/statistics/?format=api"
        },
        {
            "code": "ga",
            "name": "Irish",
            "plural": {
                "id": 123,
                "source": 0,
                "number": 5,
                "formula": "n==1 ? 0 : n==2 ? 1 : (n>2 && n<7) ? 2 :(n>6 && n<11) ? 3 : 4",
                "type": 10
            },
            "aliases": [
                "gle"
            ],
            "direction": "ltr",
            "web_url": "https://l10n.opensuse.org/languages/ga/",
            "url": "https://l10n.opensuse.org/api/languages/ga/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/languages/ga/statistics/?format=api"
        },
        {
            "code": "cs",
            "name": "Czech",
            "plural": {
                "id": 64,
                "source": 0,
                "number": 3,
                "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                "type": 2
            },
            "aliases": [
                "cs_cs",
                "cz",
                "csy",
                "ces",
                "cze"
            ],
            "direction": "ltr",
            "web_url": "https://l10n.opensuse.org/languages/cs/",
            "url": "https://l10n.opensuse.org/api/languages/cs/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/languages/cs/statistics/?format=api"
        },
        {
            "code": "gl",
            "name": "Galician",
            "plural": {
                "id": 94,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "glg"
            ],
            "direction": "ltr",
            "web_url": "https://l10n.opensuse.org/languages/gl/",
            "url": "https://l10n.opensuse.org/api/languages/gl/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/languages/gl/statistics/?format=api"
        },
        {
            "code": "ps",
            "name": "Pashto",
            "plural": {
                "id": 209,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "pus"
            ],
            "direction": "rtl",
            "web_url": "https://l10n.opensuse.org/languages/ps/",
            "url": "https://l10n.opensuse.org/api/languages/ps/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/languages/ps/statistics/?format=api"
        },
        {
            "code": "or",
            "name": "Odia",
            "plural": {
                "id": 193,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "ori"
            ],
            "direction": "ltr",
            "web_url": "https://l10n.opensuse.org/languages/or/",
            "url": "https://l10n.opensuse.org/api/languages/or/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/languages/or/statistics/?format=api"
        },
        {
            "code": "pt",
            "name": "Portuguese",
            "plural": {
                "id": 205,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "ptg",
                "por"
            ],
            "direction": "ltr",
            "web_url": "https://l10n.opensuse.org/languages/pt/",
            "url": "https://l10n.opensuse.org/api/languages/pt/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/languages/pt/statistics/?format=api"
        },
        {
            "code": "lo",
            "name": "Lao",
            "plural": {
                "id": 145,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "lao"
            ],
            "direction": "ltr",
            "web_url": "https://l10n.opensuse.org/languages/lo/",
            "url": "https://l10n.opensuse.org/api/languages/lo/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/languages/lo/statistics/?format=api"
        },
        {
            "code": "tt",
            "name": "Tatar",
            "plural": {
                "id": 261,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "tat"
            ],
            "direction": "ltr",
            "web_url": "https://l10n.opensuse.org/languages/tt/",
            "url": "https://l10n.opensuse.org/api/languages/tt/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/languages/tt/statistics/?format=api"
        },
        {
            "code": "nso",
            "name": "Pedi",
            "plural": {
                "id": 200,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [],
            "direction": "ltr",
            "web_url": "https://l10n.opensuse.org/languages/nso/",
            "url": "https://l10n.opensuse.org/api/languages/nso/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/languages/nso/statistics/?format=api"
        },
        {
            "code": "tr",
            "name": "Turkish",
            "plural": {
                "id": 271,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "trk",
                "tur"
            ],
            "direction": "ltr",
            "web_url": "https://l10n.opensuse.org/languages/tr/",
            "url": "https://l10n.opensuse.org/api/languages/tr/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/languages/tr/statistics/?format=api"
        },
        {
            "code": "uk",
            "name": "Ukrainian",
            "plural": {
                "id": 275,
                "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",
                "ua_ua",
                "uk_uk",
                "ukr"
            ],
            "direction": "ltr",
            "web_url": "https://l10n.opensuse.org/languages/uk/",
            "url": "https://l10n.opensuse.org/api/languages/uk/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/languages/uk/statistics/?format=api"
        },
        {
            "code": "lv",
            "name": "Latvian",
            "plural": {
                "id": 147,
                "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://l10n.opensuse.org/languages/lv/",
            "url": "https://l10n.opensuse.org/api/languages/lv/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/languages/lv/statistics/?format=api"
        },
        {
            "code": "lt",
            "name": "Lithuanian",
            "plural": {
                "id": 151,
                "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://l10n.opensuse.org/languages/lt/",
            "url": "https://l10n.opensuse.org/api/languages/lt/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/languages/lt/statistics/?format=api"
        },
        {
            "code": "pa",
            "name": "Punjabi",
            "plural": {
                "id": 208,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "pu",
                "pan"
            ],
            "direction": "ltr",
            "web_url": "https://l10n.opensuse.org/languages/pa/",
            "url": "https://l10n.opensuse.org/api/languages/pa/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/languages/pa/statistics/?format=api"
        },
        {
            "code": "sw",
            "name": "Swahili",
            "plural": {
                "id": 253,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "swa"
            ],
            "direction": "ltr",
            "web_url": "https://l10n.opensuse.org/languages/sw/",
            "url": "https://l10n.opensuse.org/api/languages/sw/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/languages/sw/statistics/?format=api"
        },
        {
            "code": "tg",
            "name": "Tajik",
            "plural": {
                "id": 259,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "tgk"
            ],
            "direction": "ltr",
            "web_url": "https://l10n.opensuse.org/languages/tg/",
            "url": "https://l10n.opensuse.org/api/languages/tg/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/languages/tg/statistics/?format=api"
        },
        {
            "code": "th",
            "name": "Thai",
            "plural": {
                "id": 264,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "tha"
            ],
            "direction": "ltr",
            "web_url": "https://l10n.opensuse.org/languages/th/",
            "url": "https://l10n.opensuse.org/api/languages/th/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/languages/th/statistics/?format=api"
        },
        {
            "code": "es_AR",
            "name": "Spanish (Argentina)",
            "plural": {
                "id": 248,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [],
            "direction": "ltr",
            "web_url": "https://l10n.opensuse.org/languages/es_AR/",
            "url": "https://l10n.opensuse.org/api/languages/es_AR/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/languages/es_AR/statistics/?format=api"
        }
    ]
}