Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 39,
    "next": null,
    "previous": "https://weblate.a4tune.com/api/languages/?format=api",
    "results": [
        {
            "code": "nb_NO",
            "name": "Norwegian Bokmål",
            "direction": "ltr",
            "web_url": "http://weblate.a4tune.com/languages/nb_NO/",
            "url": "https://weblate.a4tune.com/api/languages/nb_NO/?format=api"
        },
        {
            "code": "nl",
            "name": "Dutch",
            "direction": "ltr",
            "web_url": "http://weblate.a4tune.com/languages/nl/",
            "url": "https://weblate.a4tune.com/api/languages/nl/?format=api"
        },
        {
            "code": "pl",
            "name": "Polish",
            "direction": "ltr",
            "web_url": "http://weblate.a4tune.com/languages/pl/",
            "url": "https://weblate.a4tune.com/api/languages/pl/?format=api"
        },
        {
            "code": "pt",
            "name": "Portuguese",
            "direction": "ltr",
            "web_url": "http://weblate.a4tune.com/languages/pt/",
            "url": "https://weblate.a4tune.com/api/languages/pt/?format=api"
        },
        {
            "code": "pt_BR",
            "name": "Portuguese (Brazil)",
            "direction": "ltr",
            "web_url": "http://weblate.a4tune.com/languages/pt_BR/",
            "url": "https://weblate.a4tune.com/api/languages/pt_BR/?format=api"
        },
        {
            "code": "pt_PT",
            "name": "Portuguese (Portugal)",
            "direction": "ltr",
            "web_url": "http://weblate.a4tune.com/languages/pt_PT/",
            "url": "https://weblate.a4tune.com/api/languages/pt_PT/?format=api"
        },
        {
            "code": "ro",
            "name": "Romanian",
            "direction": "ltr",
            "web_url": "http://weblate.a4tune.com/languages/ro/",
            "url": "https://weblate.a4tune.com/api/languages/ro/?format=api"
        },
        {
            "code": "ru",
            "name": "Russian",
            "direction": "ltr",
            "web_url": "http://weblate.a4tune.com/languages/ru/",
            "url": "https://weblate.a4tune.com/api/languages/ru/?format=api"
        },
        {
            "code": "sk",
            "name": "Slovak",
            "direction": "ltr",
            "web_url": "http://weblate.a4tune.com/languages/sk/",
            "url": "https://weblate.a4tune.com/api/languages/sk/?format=api"
        },
        {
            "code": "sl",
            "name": "Slovenian",
            "direction": "ltr",
            "web_url": "http://weblate.a4tune.com/languages/sl/",
            "url": "https://weblate.a4tune.com/api/languages/sl/?format=api"
        },
        {
            "code": "sr_Cyrl",
            "name": "Serbian (cyrillic)",
            "direction": "ltr",
            "web_url": "http://weblate.a4tune.com/languages/sr_Cyrl/",
            "url": "https://weblate.a4tune.com/api/languages/sr_Cyrl/?format=api"
        },
        {
            "code": "sr_Latn",
            "name": "Serbian (latin)",
            "direction": "ltr",
            "web_url": "http://weblate.a4tune.com/languages/sr_Latn/",
            "url": "https://weblate.a4tune.com/api/languages/sr_Latn/?format=api"
        },
        {
            "code": "sv",
            "name": "Swedish",
            "direction": "ltr",
            "web_url": "http://weblate.a4tune.com/languages/sv/",
            "url": "https://weblate.a4tune.com/api/languages/sv/?format=api"
        },
        {
            "code": "th",
            "name": "Thai",
            "direction": "ltr",
            "web_url": "http://weblate.a4tune.com/languages/th/",
            "url": "https://weblate.a4tune.com/api/languages/th/?format=api"
        },
        {
            "code": "tr",
            "name": "Turkish",
            "direction": "ltr",
            "web_url": "http://weblate.a4tune.com/languages/tr/",
            "url": "https://weblate.a4tune.com/api/languages/tr/?format=api"
        },
        {
            "code": "uk",
            "name": "Ukrainian",
            "direction": "ltr",
            "web_url": "http://weblate.a4tune.com/languages/uk/",
            "url": "https://weblate.a4tune.com/api/languages/uk/?format=api"
        },
        {
            "code": "vi",
            "name": "Vietnamese",
            "direction": "ltr",
            "web_url": "http://weblate.a4tune.com/languages/vi/",
            "url": "https://weblate.a4tune.com/api/languages/vi/?format=api"
        },
        {
            "code": "zh_Hans",
            "name": "Chinese (Simplified)",
            "direction": "ltr",
            "web_url": "http://weblate.a4tune.com/languages/zh_Hans/",
            "url": "https://weblate.a4tune.com/api/languages/zh_Hans/?format=api"
        },
        {
            "code": "zh_Hant",
            "name": "Chinese (Traditional)",
            "direction": "ltr",
            "web_url": "http://weblate.a4tune.com/languages/zh_Hant/",
            "url": "https://weblate.a4tune.com/api/languages/zh_Hant/?format=api"
        }
    ]
}