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": 39,
    "next": "https://translate.phyphox.org/api/languages/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "code": "ar",
            "name": "Arabic",
            "plural": {
                "id": 19,
                "source": 0,
                "number": 6,
                "formula": "n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5",
                "type": 3
            },
            "aliases": [
                "ar_ar",
                "ara",
                "arb"
            ],
            "direction": "rtl",
            "population": 378792526,
            "web_url": "https://translate.phyphox.org/languages/ar/",
            "url": "https://translate.phyphox.org/api/languages/ar/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/languages/ar/statistics/?format=api"
        },
        {
            "code": "az",
            "name": "Azerbaijani",
            "plural": {
                "id": 41,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "aze",
                "azj"
            ],
            "direction": "ltr",
            "population": 10101162,
            "web_url": "https://translate.phyphox.org/languages/az/",
            "url": "https://translate.phyphox.org/api/languages/az/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/languages/az/statistics/?format=api"
        },
        {
            "code": "bg",
            "name": "Bulgarian",
            "plural": {
                "id": 53,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "bgr",
                "bul"
            ],
            "direction": "ltr",
            "population": 7684020,
            "web_url": "https://translate.phyphox.org/languages/bg/",
            "url": "https://translate.phyphox.org/api/languages/bg/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/languages/bg/statistics/?format=api"
        },
        {
            "code": "bn",
            "name": "Bengali",
            "plural": {
                "id": 61,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "bd",
                "ben"
            ],
            "direction": "ltr",
            "population": 279893704,
            "web_url": "https://translate.phyphox.org/languages/bn/",
            "url": "https://translate.phyphox.org/api/languages/bn/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/languages/bn/statistics/?format=api"
        },
        {
            "code": "ca",
            "name": "Catalan",
            "plural": {
                "id": 75,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "ca_ps",
                "ca_ca",
                "cat"
            ],
            "direction": "ltr",
            "population": 8218781,
            "web_url": "https://translate.phyphox.org/languages/ca/",
            "url": "https://translate.phyphox.org/api/languages/ca/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/languages/ca/statistics/?format=api"
        },
        {
            "code": "cs",
            "name": "Czech",
            "plural": {
                "id": 104,
                "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",
            "population": 13236057,
            "web_url": "https://translate.phyphox.org/languages/cs/",
            "url": "https://translate.phyphox.org/api/languages/cs/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/languages/cs/statistics/?format=api"
        },
        {
            "code": "da",
            "name": "Danish",
            "plural": {
                "id": 109,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "da_da",
                "dk",
                "dan"
            ],
            "direction": "ltr",
            "population": 7247744,
            "web_url": "https://translate.phyphox.org/languages/da/",
            "url": "https://translate.phyphox.org/api/languages/da/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/languages/da/statistics/?format=api"
        },
        {
            "code": "de",
            "name": "German",
            "plural": {
                "id": 112,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "deu_de",
                "deu",
                "ger"
            ],
            "direction": "ltr",
            "population": 141873196,
            "web_url": "https://translate.phyphox.org/languages/de/",
            "url": "https://translate.phyphox.org/api/languages/de/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/languages/de/statistics/?format=api"
        },
        {
            "code": "el",
            "name": "Greek",
            "plural": {
                "id": 134,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "gr",
                "ell",
                "gre"
            ],
            "direction": "ltr",
            "population": 12249401,
            "web_url": "https://translate.phyphox.org/languages/el/",
            "url": "https://translate.phyphox.org/api/languages/el/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/languages/el/statistics/?format=api"
        },
        {
            "code": "en",
            "name": "English",
            "plural": {
                "id": 136,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "en_en",
                "base",
                "source",
                "enp",
                "eng"
            ],
            "direction": "ltr",
            "population": 1728473503,
            "web_url": "https://translate.phyphox.org/languages/en/",
            "url": "https://translate.phyphox.org/api/languages/en/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/languages/en/statistics/?format=api"
        },
        {
            "code": "es",
            "name": "Spanish",
            "plural": {
                "id": 150,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "es_la",
                "esp",
                "spa"
            ],
            "direction": "ltr",
            "population": 507599381,
            "web_url": "https://translate.phyphox.org/languages/es/",
            "url": "https://translate.phyphox.org/api/languages/es/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/languages/es/statistics/?format=api"
        },
        {
            "code": "fa",
            "name": "Persian",
            "plural": {
                "id": 172,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "fas_ir",
                "fas",
                "per",
                "pes"
            ],
            "direction": "rtl",
            "population": 89208445,
            "web_url": "https://translate.phyphox.org/languages/fa/",
            "url": "https://translate.phyphox.org/api/languages/fa/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/languages/fa/statistics/?format=api"
        },
        {
            "code": "fr",
            "name": "French",
            "plural": {
                "id": 182,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "fra_fr",
                "fra",
                "fre"
            ],
            "direction": "ltr",
            "population": 332956350,
            "web_url": "https://translate.phyphox.org/languages/fr/",
            "url": "https://translate.phyphox.org/api/languages/fr/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/languages/fr/statistics/?format=api"
        },
        {
            "code": "gu",
            "name": "Gujarati",
            "plural": {
                "id": 213,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "guj",
                "prp"
            ],
            "direction": "ltr",
            "population": 65626182,
            "web_url": "https://translate.phyphox.org/languages/gu/",
            "url": "https://translate.phyphox.org/api/languages/gu/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/languages/gu/statistics/?format=api"
        },
        {
            "code": "hi",
            "name": "Hindi",
            "plural": {
                "id": 225,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "hin"
            ],
            "direction": "ltr",
            "population": 580318483,
            "web_url": "https://translate.phyphox.org/languages/hi/",
            "url": "https://translate.phyphox.org/api/languages/hi/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/languages/hi/statistics/?format=api"
        },
        {
            "code": "hr",
            "name": "Croatian",
            "plural": {
                "id": 232,
                "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": [
                "scr",
                "hrv"
            ],
            "direction": "ltr",
            "population": 6790797,
            "web_url": "https://translate.phyphox.org/languages/hr/",
            "url": "https://translate.phyphox.org/api/languages/hr/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/languages/hr/statistics/?format=api"
        },
        {
            "code": "hu",
            "name": "Hungarian",
            "plural": {
                "id": 236,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "hun"
            ],
            "direction": "ltr",
            "population": 12313191,
            "web_url": "https://translate.phyphox.org/languages/hu/",
            "url": "https://translate.phyphox.org/api/languages/hu/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/languages/hu/statistics/?format=api"
        },
        {
            "code": "id",
            "name": "Indonesian",
            "plural": {
                "id": 243,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "in",
                "in_id",
                "ind"
            ],
            "direction": "ltr",
            "population": 180519583,
            "web_url": "https://translate.phyphox.org/languages/id/",
            "url": "https://translate.phyphox.org/api/languages/id/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/languages/id/statistics/?format=api"
        },
        {
            "code": "it",
            "name": "Italian",
            "plural": {
                "id": 252,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "ita_it",
                "ita"
            ],
            "direction": "ltr",
            "population": 70475318,
            "web_url": "https://translate.phyphox.org/languages/it/",
            "url": "https://translate.phyphox.org/api/languages/it/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/languages/it/statistics/?format=api"
        },
        {
            "code": "ja",
            "name": "Japanese",
            "plural": {
                "id": 254,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "jp",
                "jp_jpn",
                "ja_ja",
                "jpn_jp",
                "jpn"
            ],
            "direction": "ltr",
            "population": 117608755,
            "web_url": "https://translate.phyphox.org/languages/ja/",
            "url": "https://translate.phyphox.org/api/languages/ja/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/languages/ja/statistics/?format=api"
        }
    ]
}