Languages API.

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

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

{
    "count": 31,
    "next": null,
    "previous": "http://i18n.foe-helper.com/api/languages/?format=api",
    "results": [
        {
            "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"
        },
        {
            "code": "ro",
            "name": "Romanian",
            "plural": {
                "id": 268,
                "source": 0,
                "number": 3,
                "formula": "n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2",
                "type": 2
            },
            "aliases": [
                "ron",
                "rum"
            ],
            "direction": "ltr",
            "web_url": "http://i18n.foe-helper.com/languages/ro/",
            "url": "http://i18n.foe-helper.com/api/languages/ro/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/languages/ro/statistics/?format=api"
        },
        {
            "code": "ru",
            "name": "Russian",
            "plural": {
                "id": 271,
                "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": [
                "russian",
                "ru_r",
                "ru_rr",
                "rus"
            ],
            "direction": "ltr",
            "web_url": "http://i18n.foe-helper.com/languages/ru/",
            "url": "http://i18n.foe-helper.com/api/languages/ru/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/languages/ru/statistics/?format=api"
        },
        {
            "code": "ru_UA",
            "name": "Russian (Ukraine)",
            "plural": {
                "id": 272,
                "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": [],
            "direction": "ltr",
            "web_url": "http://i18n.foe-helper.com/languages/ru_UA/",
            "url": "http://i18n.foe-helper.com/api/languages/ru_UA/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/languages/ru_UA/statistics/?format=api"
        },
        {
            "code": "rue",
            "name": "Rusyn",
            "plural": {
                "id": 273,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [],
            "direction": "ltr",
            "web_url": "http://i18n.foe-helper.com/languages/rue/",
            "url": "http://i18n.foe-helper.com/api/languages/rue/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/languages/rue/statistics/?format=api"
        },
        {
            "code": "sk",
            "name": "Slovak",
            "plural": {
                "id": 292,
                "source": 0,
                "number": 3,
                "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                "type": 2
            },
            "aliases": [
                "svk",
                "slk",
                "slo"
            ],
            "direction": "ltr",
            "web_url": "http://i18n.foe-helper.com/languages/sk/",
            "url": "http://i18n.foe-helper.com/api/languages/sk/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/languages/sk/statistics/?format=api"
        },
        {
            "code": "sr_Latn",
            "name": "Serbian (latin)",
            "plural": {
                "id": 306,
                "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": [
                "serbo_croatian",
                "sh",
                "sr_latn_rs",
                "sr@latin",
                "sr_rs@latin"
            ],
            "direction": "ltr",
            "web_url": "http://i18n.foe-helper.com/languages/sr_Latn/",
            "url": "http://i18n.foe-helper.com/api/languages/sr_Latn/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/languages/sr_Latn/statistics/?format=api"
        },
        {
            "code": "sv",
            "name": "Swedish",
            "plural": {
                "id": 311,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "swe"
            ],
            "direction": "ltr",
            "web_url": "http://i18n.foe-helper.com/languages/sv/",
            "url": "http://i18n.foe-helper.com/api/languages/sv/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/languages/sv/statistics/?format=api"
        },
        {
            "code": "tr",
            "name": "Turkish",
            "plural": {
                "id": 330,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "tur"
            ],
            "direction": "ltr",
            "web_url": "http://i18n.foe-helper.com/languages/tr/",
            "url": "http://i18n.foe-helper.com/api/languages/tr/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/languages/tr/statistics/?format=api"
        },
        {
            "code": "uk",
            "name": "Ukrainian",
            "plural": {
                "id": 338,
                "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": "http://i18n.foe-helper.com/languages/uk/",
            "url": "http://i18n.foe-helper.com/api/languages/uk/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/languages/uk/statistics/?format=api"
        }
    ]
}