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": 9,
    "next": null,
    "previous": null,
    "results": [
        {
            "code": "pt",
            "name": "Portuguese",
            "plural": {
                "id": 211,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "por"
            ],
            "direction": "ltr",
            "web_url": "http://translate.mapotempo.com/languages/pt/",
            "url": "http://translate.mapotempo.com/api/languages/pt/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/languages/pt/statistics/?format=api"
        },
        {
            "code": "de",
            "name": "German",
            "plural": {
                "id": 104,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "deu",
                "ger"
            ],
            "direction": "ltr",
            "web_url": "http://translate.mapotempo.com/languages/de/",
            "url": "http://translate.mapotempo.com/api/languages/de/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/languages/de/statistics/?format=api"
        },
        {
            "code": "he",
            "name": "Hebrew",
            "plural": {
                "id": 115,
                "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://translate.mapotempo.com/languages/he/",
            "url": "http://translate.mapotempo.com/api/languages/he/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/languages/he/statistics/?format=api"
        },
        {
            "code": "en",
            "name": "English",
            "plural": {
                "id": 78,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "en_en",
                "base",
                "source",
                "eng"
            ],
            "direction": "ltr",
            "web_url": "http://translate.mapotempo.com/languages/en/",
            "url": "http://translate.mapotempo.com/api/languages/en/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/languages/en/statistics/?format=api"
        },
        {
            "code": "ar",
            "name": "Arabic",
            "plural": {
                "id": 18,
                "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.mapotempo.com/languages/ar/",
            "url": "http://translate.mapotempo.com/api/languages/ar/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/languages/ar/statistics/?format=api"
        },
        {
            "code": "id",
            "name": "Indonesian",
            "plural": {
                "id": 125,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "in",
                "in_id",
                "ind"
            ],
            "direction": "ltr",
            "web_url": "http://translate.mapotempo.com/languages/id/",
            "url": "http://translate.mapotempo.com/api/languages/id/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/languages/id/statistics/?format=api"
        },
        {
            "code": "es",
            "name": "Spanish",
            "plural": {
                "id": 246,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "spa"
            ],
            "direction": "ltr",
            "web_url": "http://translate.mapotempo.com/languages/es/",
            "url": "http://translate.mapotempo.com/api/languages/es/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/languages/es/statistics/?format=api"
        },
        {
            "code": "fr",
            "name": "French",
            "plural": {
                "id": 94,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "fra",
                "fre"
            ],
            "direction": "ltr",
            "web_url": "http://translate.mapotempo.com/languages/fr/",
            "url": "http://translate.mapotempo.com/api/languages/fr/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/languages/fr/statistics/?format=api"
        },
        {
            "code": "fa",
            "name": "Persian",
            "plural": {
                "id": 207,
                "source": 0,
                "number": 2,
                "formula": "n > 1",
                "type": 1
            },
            "aliases": [
                "fas",
                "per"
            ],
            "direction": "rtl",
            "web_url": "http://translate.mapotempo.com/languages/fa/",
            "url": "http://translate.mapotempo.com/api/languages/fa/?format=api",
            "statistics_url": "http://translate.mapotempo.com/api/languages/fa/statistics/?format=api"
        }
    ]
}