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": 124,
    "next": "https://traduk.amikumu.com/api/languages/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "code": "af",
            "name": "Afrikaans",
            "plural": {
                "id": 8,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "afr"
            ],
            "direction": "ltr",
            "web_url": "https://traduk.amikumu.com/languages/af/",
            "url": "https://traduk.amikumu.com/api/languages/af/?format=api",
            "statistics_url": "https://traduk.amikumu.com/api/languages/af/statistics/?format=api"
        },
        {
            "code": "am",
            "name": "Amharic",
            "plural": {
                "id": 17,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "amh"
            ],
            "direction": "ltr",
            "web_url": "https://traduk.amikumu.com/languages/am/",
            "url": "https://traduk.amikumu.com/api/languages/am/?format=api",
            "statistics_url": "https://traduk.amikumu.com/api/languages/am/statistics/?format=api"
        },
        {
            "code": "ar",
            "name": "Arabic",
            "plural": {
                "id": 21,
                "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"
            ],
            "direction": "rtl",
            "web_url": "https://traduk.amikumu.com/languages/ar/",
            "url": "https://traduk.amikumu.com/api/languages/ar/?format=api",
            "statistics_url": "https://traduk.amikumu.com/api/languages/ar/statistics/?format=api"
        },
        {
            "code": "ar_SA",
            "name": "Arabic (Saudi Arabia)",
            "plural": {
                "id": 28,
                "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": [],
            "direction": "rtl",
            "web_url": "https://traduk.amikumu.com/languages/ar_SA/",
            "url": "https://traduk.amikumu.com/api/languages/ar_SA/?format=api",
            "statistics_url": "https://traduk.amikumu.com/api/languages/ar_SA/statistics/?format=api"
        },
        {
            "code": "ast",
            "name": "Asturian",
            "plural": {
                "id": 38,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [],
            "direction": "ltr",
            "web_url": "https://traduk.amikumu.com/languages/ast/",
            "url": "https://traduk.amikumu.com/api/languages/ast/?format=api",
            "statistics_url": "https://traduk.amikumu.com/api/languages/ast/statistics/?format=api"
        },
        {
            "code": "az",
            "name": "Azerbaijani",
            "plural": {
                "id": 43,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "aze"
            ],
            "direction": "ltr",
            "web_url": "https://traduk.amikumu.com/languages/az/",
            "url": "https://traduk.amikumu.com/api/languages/az/?format=api",
            "statistics_url": "https://traduk.amikumu.com/api/languages/az/statistics/?format=api"
        },
        {
            "code": "be",
            "name": "Belarusian",
            "plural": {
                "id": 50,
                "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": [
                "xbelorussian",
                "by",
                "bel"
            ],
            "direction": "ltr",
            "web_url": "https://traduk.amikumu.com/languages/be/",
            "url": "https://traduk.amikumu.com/api/languages/be/?format=api",
            "statistics_url": "https://traduk.amikumu.com/api/languages/be/statistics/?format=api"
        },
        {
            "code": "bg",
            "name": "Bulgarian",
            "plural": {
                "id": 56,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "bgr",
                "bul"
            ],
            "direction": "ltr",
            "web_url": "https://traduk.amikumu.com/languages/bg/",
            "url": "https://traduk.amikumu.com/api/languages/bg/?format=api",
            "statistics_url": "https://traduk.amikumu.com/api/languages/bg/statistics/?format=api"
        },
        {
            "code": "bn",
            "name": "Bengali",
            "plural": {
                "id": 64,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "bd",
                "ben"
            ],
            "direction": "ltr",
            "web_url": "https://traduk.amikumu.com/languages/bn/",
            "url": "https://traduk.amikumu.com/api/languages/bn/?format=api",
            "statistics_url": "https://traduk.amikumu.com/api/languages/bn/statistics/?format=api"
        },
        {
            "code": "br",
            "name": "Breton",
            "plural": {
                "id": 70,
                "source": 0,
                "number": 5,
                "formula": "(n % 10 == 1 && n % 100 != 11 && n % 100 != 71 && n % 100 != 91) ? 0 : ((n % 10 == 2 && n % 100 != 12 && n % 100 != 72 && n % 100 != 92) ? 1 : ((((n % 10 == 3 || n % 10 == 4) || n % 10 == 9) && (n % 100 < 10 || n % 100 > 19) && (n % 100 < 70 || n % 100 > 79) && (n % 100 < 90 || n % 100 > 99)) ? 2 : ((n != 0 && n % 1000000 == 0) ? 3 : 4)))",
                "type": 10
            },
            "aliases": [
                "bre"
            ],
            "direction": "ltr",
            "web_url": "https://traduk.amikumu.com/languages/br/",
            "url": "https://traduk.amikumu.com/api/languages/br/?format=api",
            "statistics_url": "https://traduk.amikumu.com/api/languages/br/statistics/?format=api"
        },
        {
            "code": "bs",
            "name": "Bosnian",
            "plural": {
                "id": 73,
                "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": "https://traduk.amikumu.com/languages/bs/",
            "url": "https://traduk.amikumu.com/api/languages/bs/?format=api",
            "statistics_url": "https://traduk.amikumu.com/api/languages/bs/statistics/?format=api"
        },
        {
            "code": "ca",
            "name": "Catalan",
            "plural": {
                "id": 79,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "ca_ps",
                "cat"
            ],
            "direction": "ltr",
            "web_url": "https://traduk.amikumu.com/languages/ca/",
            "url": "https://traduk.amikumu.com/api/languages/ca/?format=api",
            "statistics_url": "https://traduk.amikumu.com/api/languages/ca/statistics/?format=api"
        },
        {
            "code": "chr",
            "name": "Cherokee",
            "plural": {
                "id": 96,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [],
            "direction": "ltr",
            "web_url": "https://traduk.amikumu.com/languages/chr/",
            "url": "https://traduk.amikumu.com/api/languages/chr/?format=api",
            "statistics_url": "https://traduk.amikumu.com/api/languages/chr/statistics/?format=api"
        },
        {
            "code": "ckb",
            "name": "Kurdish (Central)",
            "plural": {
                "id": 98,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [],
            "direction": "rtl",
            "web_url": "https://traduk.amikumu.com/languages/ckb/",
            "url": "https://traduk.amikumu.com/api/languages/ckb/?format=api",
            "statistics_url": "https://traduk.amikumu.com/api/languages/ckb/statistics/?format=api"
        },
        {
            "code": "ckb_IR",
            "name": "Kurdish (Central, Iran)",
            "plural": {
                "id": 100,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [],
            "direction": "rtl",
            "web_url": "https://traduk.amikumu.com/languages/ckb_IR/",
            "url": "https://traduk.amikumu.com/api/languages/ckb_IR/?format=api",
            "statistics_url": "https://traduk.amikumu.com/api/languages/ckb_IR/statistics/?format=api"
        },
        {
            "code": "cs",
            "name": "Czech",
            "plural": {
                "id": 109,
                "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://traduk.amikumu.com/languages/cs/",
            "url": "https://traduk.amikumu.com/api/languages/cs/?format=api",
            "statistics_url": "https://traduk.amikumu.com/api/languages/cs/statistics/?format=api"
        },
        {
            "code": "cy",
            "name": "Welsh",
            "plural": {
                "id": 113,
                "source": 0,
                "number": 6,
                "formula": "(n==0) ? 0 : (n==1) ? 1 : (n==2) ? 2 : (n==3) ? 3 :(n==6) ? 4 : 5",
                "type": 12
            },
            "aliases": [
                "cym",
                "wel"
            ],
            "direction": "ltr",
            "web_url": "https://traduk.amikumu.com/languages/cy/",
            "url": "https://traduk.amikumu.com/api/languages/cy/?format=api",
            "statistics_url": "https://traduk.amikumu.com/api/languages/cy/statistics/?format=api"
        },
        {
            "code": "da",
            "name": "Danish",
            "plural": {
                "id": 114,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "dk",
                "dan"
            ],
            "direction": "ltr",
            "web_url": "https://traduk.amikumu.com/languages/da/",
            "url": "https://traduk.amikumu.com/api/languages/da/?format=api",
            "statistics_url": "https://traduk.amikumu.com/api/languages/da/statistics/?format=api"
        },
        {
            "code": "de",
            "name": "German",
            "plural": {
                "id": 117,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "deu",
                "ger"
            ],
            "direction": "ltr",
            "web_url": "https://traduk.amikumu.com/languages/de/",
            "url": "https://traduk.amikumu.com/api/languages/de/?format=api",
            "statistics_url": "https://traduk.amikumu.com/api/languages/de/statistics/?format=api"
        },
        {
            "code": "dsb",
            "name": "Lower Sorbian",
            "plural": {
                "id": 131,
                "source": 0,
                "number": 4,
                "formula": "(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3))",
                "type": 6
            },
            "aliases": [],
            "direction": "ltr",
            "web_url": "https://traduk.amikumu.com/languages/dsb/",
            "url": "https://traduk.amikumu.com/api/languages/dsb/?format=api",
            "statistics_url": "https://traduk.amikumu.com/api/languages/dsb/statistics/?format=api"
        }
    ]
}