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": 7,
    "next": null,
    "previous": null,
    "results": [
        {
            "code": "en",
            "name": "English",
            "plural": {
                "id": 77,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "en_en",
                "base",
                "source",
                "eng"
            ],
            "direction": "ltr",
            "web_url": "http://weblate.crnd.pro/languages/en/",
            "url": "http://weblate.crnd.pro/api/languages/en/?format=api",
            "statistics_url": "http://weblate.crnd.pro/api/languages/en/statistics/?format=api"
        },
        {
            "code": "uk",
            "name": "Ukrainian",
            "plural": {
                "id": 327,
                "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://weblate.crnd.pro/languages/uk/",
            "url": "http://weblate.crnd.pro/api/languages/uk/?format=api",
            "statistics_url": "http://weblate.crnd.pro/api/languages/uk/statistics/?format=api"
        },
        {
            "code": "ru",
            "name": "ru (generated)",
            "plural": {
                "id": 642,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "ru_r",
                "ru_rr",
                "rus"
            ],
            "direction": "ltr",
            "web_url": "http://weblate.crnd.pro/languages/ru/",
            "url": "http://weblate.crnd.pro/api/languages/ru/?format=api",
            "statistics_url": "http://weblate.crnd.pro/api/languages/ru/statistics/?format=api"
        },
        {
            "code": "de",
            "name": "de (generated)",
            "plural": {
                "id": 651,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "deu",
                "ger"
            ],
            "direction": "ltr",
            "web_url": "http://weblate.crnd.pro/languages/de/",
            "url": "http://weblate.crnd.pro/api/languages/de/?format=api",
            "statistics_url": "http://weblate.crnd.pro/api/languages/de/statistics/?format=api"
        },
        {
            "code": "fr",
            "name": "fr (generated)",
            "plural": {
                "id": 652,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "fra",
                "fre"
            ],
            "direction": "ltr",
            "web_url": "http://weblate.crnd.pro/languages/fr/",
            "url": "http://weblate.crnd.pro/api/languages/fr/?format=api",
            "statistics_url": "http://weblate.crnd.pro/api/languages/fr/statistics/?format=api"
        },
        {
            "code": "lt",
            "name": "lt (generated)",
            "plural": {
                "id": 654,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "lit"
            ],
            "direction": "ltr",
            "web_url": "http://weblate.crnd.pro/languages/lt/",
            "url": "http://weblate.crnd.pro/api/languages/lt/?format=api",
            "statistics_url": "http://weblate.crnd.pro/api/languages/lt/statistics/?format=api"
        },
        {
            "code": "tr",
            "name": "tr (generated)",
            "plural": {
                "id": 655,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "tur"
            ],
            "direction": "ltr",
            "web_url": "http://weblate.crnd.pro/languages/tr/",
            "url": "http://weblate.crnd.pro/api/languages/tr/?format=api",
            "statistics_url": "http://weblate.crnd.pro/api/languages/tr/statistics/?format=api"
        }
    ]
}