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": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "code": "en",
            "name": "English",
            "plural": {
                "id": 73,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "english",
                "en_en",
                "base",
                "source",
                "eng"
            ],
            "direction": "ltr",
            "web_url": "http://waldo.team/languages/en/",
            "url": "https://waldo.team/api/languages/en/?format=api",
            "statistics_url": "https://waldo.team/api/languages/en/statistics/?format=api"
        },
        {
            "code": "ko",
            "name": "Korean",
            "plural": {
                "id": 166,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [
                "korean",
                "kor"
            ],
            "direction": "ltr",
            "web_url": "http://waldo.team/languages/ko/",
            "url": "https://waldo.team/api/languages/ko/?format=api",
            "statistics_url": "https://waldo.team/api/languages/ko/statistics/?format=api"
        },
        {
            "code": "ko_mt",
            "name": "한국어 (기계번역)",
            "plural": {
                "id": 391,
                "source": 0,
                "number": 1,
                "formula": "0",
                "type": 0
            },
            "aliases": [],
            "direction": "ltr",
            "web_url": "http://waldo.team/languages/ko_mt/",
            "url": "https://waldo.team/api/languages/ko_mt/?format=api",
            "statistics_url": "https://waldo.team/api/languages/ko_mt/statistics/?format=api"
        }
    ]
}