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": 34,
    "next": "http://translation.worldanvil.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": "http://translation.worldanvil.com/languages/af/",
            "url": "http://translation.worldanvil.com/api/languages/af/?format=api",
            "statistics_url": "http://translation.worldanvil.com/api/languages/af/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": "http://translation.worldanvil.com/languages/ar/",
            "url": "http://translation.worldanvil.com/api/languages/ar/?format=api",
            "statistics_url": "http://translation.worldanvil.com/api/languages/ar/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": "http://translation.worldanvil.com/languages/br/",
            "url": "http://translation.worldanvil.com/api/languages/br/?format=api",
            "statistics_url": "http://translation.worldanvil.com/api/languages/br/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": "http://translation.worldanvil.com/languages/ca/",
            "url": "http://translation.worldanvil.com/api/languages/ca/?format=api",
            "statistics_url": "http://translation.worldanvil.com/api/languages/ca/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": "http://translation.worldanvil.com/languages/cs/",
            "url": "http://translation.worldanvil.com/api/languages/cs/?format=api",
            "statistics_url": "http://translation.worldanvil.com/api/languages/cs/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": "http://translation.worldanvil.com/languages/da/",
            "url": "http://translation.worldanvil.com/api/languages/da/?format=api",
            "statistics_url": "http://translation.worldanvil.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": "http://translation.worldanvil.com/languages/de/",
            "url": "http://translation.worldanvil.com/api/languages/de/?format=api",
            "statistics_url": "http://translation.worldanvil.com/api/languages/de/statistics/?format=api"
        },
        {
            "code": "el",
            "name": "Greek",
            "plural": {
                "id": 141,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "gr",
                "ell",
                "gre"
            ],
            "direction": "ltr",
            "web_url": "http://translation.worldanvil.com/languages/el/",
            "url": "http://translation.worldanvil.com/api/languages/el/?format=api",
            "statistics_url": "http://translation.worldanvil.com/api/languages/el/statistics/?format=api"
        },
        {
            "code": "en",
            "name": "English",
            "plural": {
                "id": 143,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "en_en",
                "base",
                "source",
                "enp",
                "eng"
            ],
            "direction": "ltr",
            "web_url": "http://translation.worldanvil.com/languages/en/",
            "url": "http://translation.worldanvil.com/api/languages/en/?format=api",
            "statistics_url": "http://translation.worldanvil.com/api/languages/en/statistics/?format=api"
        },
        {
            "code": "es",
            "name": "Spanish",
            "plural": {
                "id": 158,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "es_la",
                "esp",
                "spa"
            ],
            "direction": "ltr",
            "web_url": "http://translation.worldanvil.com/languages/es/",
            "url": "http://translation.worldanvil.com/api/languages/es/?format=api",
            "statistics_url": "http://translation.worldanvil.com/api/languages/es/statistics/?format=api"
        },
        {
            "code": "fi",
            "name": "Finnish",
            "plural": {
                "id": 185,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "fin"
            ],
            "direction": "ltr",
            "web_url": "http://translation.worldanvil.com/languages/fi/",
            "url": "http://translation.worldanvil.com/api/languages/fi/?format=api",
            "statistics_url": "http://translation.worldanvil.com/api/languages/fi/statistics/?format=api"
        },
        {
            "code": "fil",
            "name": "Filipino",
            "plural": {
                "id": 186,
                "source": 0,
                "number": 2,
                "formula": "n != 1 && n != 2 && n != 3 && (n % 10 == 4 || n % 10 == 6 || n % 10 == 9)",
                "type": 1
            },
            "aliases": [],
            "direction": "ltr",
            "web_url": "http://translation.worldanvil.com/languages/fil/",
            "url": "http://translation.worldanvil.com/api/languages/fil/?format=api",
            "statistics_url": "http://translation.worldanvil.com/api/languages/fil/statistics/?format=api"
        },
        {
            "code": "fr",
            "name": "French",
            "plural": {
                "id": 190,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "fra",
                "fre"
            ],
            "direction": "ltr",
            "web_url": "http://translation.worldanvil.com/languages/fr/",
            "url": "http://translation.worldanvil.com/api/languages/fr/?format=api",
            "statistics_url": "http://translation.worldanvil.com/api/languages/fr/statistics/?format=api"
        },
        {
            "code": "he",
            "name": "Hebrew",
            "plural": {
                "id": 235,
                "source": 0,
                "number": 4,
                "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3))",
                "type": 6
            },
            "aliases": [
                "iw",
                "iw_il",
                "heb"
            ],
            "direction": "rtl",
            "web_url": "http://translation.worldanvil.com/languages/he/",
            "url": "http://translation.worldanvil.com/api/languages/he/?format=api",
            "statistics_url": "http://translation.worldanvil.com/api/languages/he/statistics/?format=api"
        },
        {
            "code": "hr",
            "name": "Croatian",
            "plural": {
                "id": 244,
                "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",
            "web_url": "http://translation.worldanvil.com/languages/hr/",
            "url": "http://translation.worldanvil.com/api/languages/hr/?format=api",
            "statistics_url": "http://translation.worldanvil.com/api/languages/hr/statistics/?format=api"
        },
        {
            "code": "hu",
            "name": "Hungarian",
            "plural": {
                "id": 248,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "hun"
            ],
            "direction": "ltr",
            "web_url": "http://translation.worldanvil.com/languages/hu/",
            "url": "http://translation.worldanvil.com/api/languages/hu/?format=api",
            "statistics_url": "http://translation.worldanvil.com/api/languages/hu/statistics/?format=api"
        },
        {
            "code": "id",
            "name": "Indonesian",
            "plural": {
                "id": 255,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "in",
                "in_id",
                "ind"
            ],
            "direction": "ltr",
            "web_url": "http://translation.worldanvil.com/languages/id/",
            "url": "http://translation.worldanvil.com/api/languages/id/?format=api",
            "statistics_url": "http://translation.worldanvil.com/api/languages/id/statistics/?format=api"
        },
        {
            "code": "it",
            "name": "Italian",
            "plural": {
                "id": 264,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "ita"
            ],
            "direction": "ltr",
            "web_url": "http://translation.worldanvil.com/languages/it/",
            "url": "http://translation.worldanvil.com/api/languages/it/?format=api",
            "statistics_url": "http://translation.worldanvil.com/api/languages/it/statistics/?format=api"
        },
        {
            "code": "ja",
            "name": "Japanese",
            "plural": {
                "id": 267,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "jp",
                "ja_ja",
                "jpn"
            ],
            "direction": "ltr",
            "web_url": "http://translation.worldanvil.com/languages/ja/",
            "url": "http://translation.worldanvil.com/api/languages/ja/?format=api",
            "statistics_url": "http://translation.worldanvil.com/api/languages/ja/statistics/?format=api"
        },
        {
            "code": "lt",
            "name": "Lithuanian",
            "plural": {
                "id": 333,
                "source": 0,
                "number": 3,
                "formula": "(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2)",
                "type": 2
            },
            "aliases": [
                "lit"
            ],
            "direction": "ltr",
            "web_url": "http://translation.worldanvil.com/languages/lt/",
            "url": "http://translation.worldanvil.com/api/languages/lt/?format=api",
            "statistics_url": "http://translation.worldanvil.com/api/languages/lt/statistics/?format=api"
        }
    ]
}