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": 15,
    "next": null,
    "previous": null,
    "results": [
        {
            "code": "ar",
            "name": "Arabic",
            "plural": {
                "id": 20,
                "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": "http://translate.diyseeds.org/languages/ar/",
            "url": "http://translate.diyseeds.org/api/languages/ar/?format=api",
            "statistics_url": "http://translate.diyseeds.org/api/languages/ar/statistics/?format=api"
        },
        {
            "code": "de",
            "name": "German",
            "plural": {
                "id": 114,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "deu",
                "ger"
            ],
            "direction": "ltr",
            "web_url": "http://translate.diyseeds.org/languages/de/",
            "url": "http://translate.diyseeds.org/api/languages/de/?format=api",
            "statistics_url": "http://translate.diyseeds.org/api/languages/de/statistics/?format=api"
        },
        {
            "code": "en",
            "name": "English",
            "plural": {
                "id": 139,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "en_en",
                "base",
                "source",
                "enp",
                "eng"
            ],
            "direction": "ltr",
            "web_url": "http://translate.diyseeds.org/languages/en/",
            "url": "http://translate.diyseeds.org/api/languages/en/?format=api",
            "statistics_url": "http://translate.diyseeds.org/api/languages/en/statistics/?format=api"
        },
        {
            "code": "es",
            "name": "Spanish",
            "plural": {
                "id": 153,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "esp",
                "spa"
            ],
            "direction": "ltr",
            "web_url": "http://translate.diyseeds.org/languages/es/",
            "url": "http://translate.diyseeds.org/api/languages/es/?format=api",
            "statistics_url": "http://translate.diyseeds.org/api/languages/es/statistics/?format=api"
        },
        {
            "code": "fr",
            "name": "French",
            "plural": {
                "id": 185,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "fra",
                "fre"
            ],
            "direction": "ltr",
            "web_url": "http://translate.diyseeds.org/languages/fr/",
            "url": "http://translate.diyseeds.org/api/languages/fr/?format=api",
            "statistics_url": "http://translate.diyseeds.org/api/languages/fr/statistics/?format=api"
        },
        {
            "code": "hu",
            "name": "Hungarian",
            "plural": {
                "id": 243,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "hun"
            ],
            "direction": "ltr",
            "web_url": "http://translate.diyseeds.org/languages/hu/",
            "url": "http://translate.diyseeds.org/api/languages/hu/?format=api",
            "statistics_url": "http://translate.diyseeds.org/api/languages/hu/statistics/?format=api"
        },
        {
            "code": "it",
            "name": "Italian",
            "plural": {
                "id": 259,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "ita"
            ],
            "direction": "ltr",
            "web_url": "http://translate.diyseeds.org/languages/it/",
            "url": "http://translate.diyseeds.org/api/languages/it/?format=api",
            "statistics_url": "http://translate.diyseeds.org/api/languages/it/statistics/?format=api"
        },
        {
            "code": "lv",
            "name": "Latvian",
            "plural": {
                "id": 336,
                "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": "http://translate.diyseeds.org/languages/lv/",
            "url": "http://translate.diyseeds.org/api/languages/lv/?format=api",
            "statistics_url": "http://translate.diyseeds.org/api/languages/lv/statistics/?format=api"
        },
        {
            "code": "nl",
            "name": "Dutch",
            "plural": {
                "id": 388,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "dut",
                "nld"
            ],
            "direction": "ltr",
            "web_url": "http://translate.diyseeds.org/languages/nl/",
            "url": "http://translate.diyseeds.org/api/languages/nl/?format=api",
            "statistics_url": "http://translate.diyseeds.org/api/languages/nl/statistics/?format=api"
        },
        {
            "code": "pt",
            "name": "Portuguese",
            "plural": {
                "id": 428,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "ptg",
                "por"
            ],
            "direction": "ltr",
            "web_url": "http://translate.diyseeds.org/languages/pt/",
            "url": "http://translate.diyseeds.org/api/languages/pt/?format=api",
            "statistics_url": "http://translate.diyseeds.org/api/languages/pt/statistics/?format=api"
        },
        {
            "code": "ru",
            "name": "Russian",
            "plural": {
                "id": 444,
                "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": [
                "ru_r",
                "ru_rr",
                "rus"
            ],
            "direction": "ltr",
            "web_url": "http://translate.diyseeds.org/languages/ru/",
            "url": "http://translate.diyseeds.org/api/languages/ru/?format=api",
            "statistics_url": "http://translate.diyseeds.org/api/languages/ru/statistics/?format=api"
        },
        {
            "code": "si",
            "name": "Sinhala",
            "plural": {
                "id": 472,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "lk",
                "sin"
            ],
            "direction": "ltr",
            "web_url": "http://translate.diyseeds.org/languages/si/",
            "url": "http://translate.diyseeds.org/api/languages/si/?format=api",
            "statistics_url": "http://translate.diyseeds.org/api/languages/si/statistics/?format=api"
        },
        {
            "code": "ta",
            "name": "Tamil",
            "plural": {
                "id": 510,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "tam"
            ],
            "direction": "ltr",
            "web_url": "http://translate.diyseeds.org/languages/ta/",
            "url": "http://translate.diyseeds.org/api/languages/ta/?format=api",
            "statistics_url": "http://translate.diyseeds.org/api/languages/ta/statistics/?format=api"
        },
        {
            "code": "tr",
            "name": "Turkish",
            "plural": {
                "id": 533,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "trk",
                "tur"
            ],
            "direction": "ltr",
            "web_url": "http://translate.diyseeds.org/languages/tr/",
            "url": "http://translate.diyseeds.org/api/languages/tr/?format=api",
            "statistics_url": "http://translate.diyseeds.org/api/languages/tr/statistics/?format=api"
        },
        {
            "code": "uk",
            "name": "Ukrainian",
            "plural": {
                "id": 550,
                "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://translate.diyseeds.org/languages/uk/",
            "url": "http://translate.diyseeds.org/api/languages/uk/?format=api",
            "statistics_url": "http://translate.diyseeds.org/api/languages/uk/statistics/?format=api"
        }
    ]
}