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": 28,
    "next": "http://i18n.foe-helper.com/api/languages/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "code": "be",
            "name": "Belarusian",
            "plural": {
                "id": 32,
                "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": [
                "by",
                "bel"
            ],
            "direction": "ltr",
            "web_url": "http://i18n.foe-helper.com/languages/be/",
            "url": "http://i18n.foe-helper.com/api/languages/be/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/languages/be/statistics/?format=api"
        },
        {
            "code": "bs",
            "name": "Bosnian",
            "plural": {
                "id": 48,
                "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": [
                "bos"
            ],
            "direction": "ltr",
            "web_url": "http://i18n.foe-helper.com/languages/bs/",
            "url": "http://i18n.foe-helper.com/api/languages/bs/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/languages/bs/statistics/?format=api"
        },
        {
            "code": "ca",
            "name": "Catalan",
            "plural": {
                "id": 52,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "ca_ps",
                "cat"
            ],
            "direction": "ltr",
            "web_url": "http://i18n.foe-helper.com/languages/ca/",
            "url": "http://i18n.foe-helper.com/api/languages/ca/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/languages/ca/statistics/?format=api"
        },
        {
            "code": "cs",
            "name": "Czech",
            "plural": {
                "id": 66,
                "source": 0,
                "number": 3,
                "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                "type": 2
            },
            "aliases": [
                "ces",
                "cze"
            ],
            "direction": "ltr",
            "web_url": "http://i18n.foe-helper.com/languages/cs/",
            "url": "http://i18n.foe-helper.com/api/languages/cs/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/languages/cs/statistics/?format=api"
        },
        {
            "code": "da",
            "name": "Danish",
            "plural": {
                "id": 71,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "dk",
                "dan"
            ],
            "direction": "ltr",
            "web_url": "http://i18n.foe-helper.com/languages/da/",
            "url": "http://i18n.foe-helper.com/api/languages/da/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/languages/da/statistics/?format=api"
        },
        {
            "code": "de",
            "name": "German",
            "plural": {
                "id": 72,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "german",
                "deu",
                "ger"
            ],
            "direction": "ltr",
            "web_url": "http://i18n.foe-helper.com/languages/de/",
            "url": "http://i18n.foe-helper.com/api/languages/de/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/languages/de/statistics/?format=api"
        },
        {
            "code": "el",
            "name": "Greek",
            "plural": {
                "id": 81,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "gr",
                "ell",
                "gre"
            ],
            "direction": "ltr",
            "web_url": "http://i18n.foe-helper.com/languages/el/",
            "url": "http://i18n.foe-helper.com/api/languages/el/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/languages/el/statistics/?format=api"
        },
        {
            "code": "en",
            "name": "English",
            "plural": {
                "id": 82,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "english",
                "en_en",
                "base",
                "source",
                "eng"
            ],
            "direction": "ltr",
            "web_url": "http://i18n.foe-helper.com/languages/en/",
            "url": "http://i18n.foe-helper.com/api/languages/en/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/languages/en/statistics/?format=api"
        },
        {
            "code": "es",
            "name": "Spanish",
            "plural": {
                "id": 95,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "spanish",
                "spa"
            ],
            "direction": "ltr",
            "web_url": "http://i18n.foe-helper.com/languages/es/",
            "url": "http://i18n.foe-helper.com/api/languages/es/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/languages/es/statistics/?format=api"
        },
        {
            "code": "es_MX",
            "name": "Spanish (Mexico)",
            "plural": {
                "id": 102,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [],
            "direction": "ltr",
            "web_url": "http://i18n.foe-helper.com/languages/es_MX/",
            "url": "http://i18n.foe-helper.com/api/languages/es_MX/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/languages/es_MX/statistics/?format=api"
        },
        {
            "code": "fi",
            "name": "Finnish",
            "plural": {
                "id": 113,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "fin"
            ],
            "direction": "ltr",
            "web_url": "http://i18n.foe-helper.com/languages/fi/",
            "url": "http://i18n.foe-helper.com/api/languages/fi/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/languages/fi/statistics/?format=api"
        },
        {
            "code": "fr",
            "name": "French",
            "plural": {
                "id": 117,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "french",
                "fra",
                "fre"
            ],
            "direction": "ltr",
            "web_url": "http://i18n.foe-helper.com/languages/fr/",
            "url": "http://i18n.foe-helper.com/api/languages/fr/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/languages/fr/statistics/?format=api"
        },
        {
            "code": "hu",
            "name": "Hungarian",
            "plural": {
                "id": 149,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "hun"
            ],
            "direction": "ltr",
            "web_url": "http://i18n.foe-helper.com/languages/hu/",
            "url": "http://i18n.foe-helper.com/api/languages/hu/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/languages/hu/statistics/?format=api"
        },
        {
            "code": "it",
            "name": "Italian",
            "plural": {
                "id": 160,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "ita"
            ],
            "direction": "ltr",
            "web_url": "http://i18n.foe-helper.com/languages/it/",
            "url": "http://i18n.foe-helper.com/api/languages/it/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/languages/it/statistics/?format=api"
        },
        {
            "code": "nl",
            "name": "Dutch",
            "plural": {
                "id": 236,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "dut",
                "nld"
            ],
            "direction": "ltr",
            "web_url": "http://i18n.foe-helper.com/languages/nl/",
            "url": "http://i18n.foe-helper.com/api/languages/nl/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/languages/nl/statistics/?format=api"
        },
        {
            "code": "nn",
            "name": "Norwegian Nynorsk",
            "plural": {
                "id": 238,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "nno"
            ],
            "direction": "ltr",
            "web_url": "http://i18n.foe-helper.com/languages/nn/",
            "url": "http://i18n.foe-helper.com/api/languages/nn/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/languages/nn/statistics/?format=api"
        },
        {
            "code": "pl",
            "name": "Polish",
            "plural": {
                "id": 256,
                "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": [
                "polish",
                "pol"
            ],
            "direction": "ltr",
            "web_url": "http://i18n.foe-helper.com/languages/pl/",
            "url": "http://i18n.foe-helper.com/api/languages/pl/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/languages/pl/statistics/?format=api"
        },
        {
            "code": "pt",
            "name": "Portuguese",
            "plural": {
                "id": 261,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "por"
            ],
            "direction": "ltr",
            "web_url": "http://i18n.foe-helper.com/languages/pt/",
            "url": "http://i18n.foe-helper.com/api/languages/pt/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/languages/pt/statistics/?format=api"
        },
        {
            "code": "pt_BR",
            "name": "Portuguese (Brazil)",
            "plural": {
                "id": 263,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "braz_por",
                "portuguese_br"
            ],
            "direction": "ltr",
            "web_url": "http://i18n.foe-helper.com/languages/pt_BR/",
            "url": "http://i18n.foe-helper.com/api/languages/pt_BR/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/languages/pt_BR/statistics/?format=api"
        },
        {
            "code": "pt_PT",
            "name": "Portuguese (Portugal)",
            "plural": {
                "id": 264,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "portuguese_portugal"
            ],
            "direction": "ltr",
            "web_url": "http://i18n.foe-helper.com/languages/pt_PT/",
            "url": "http://i18n.foe-helper.com/api/languages/pt_PT/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/languages/pt_PT/statistics/?format=api"
        }
    ]
}