Languages API.

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

GET /api/languages/nl/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "code": "nl",
    "name": "Dutch",
    "plural": {
        "id": 237,
        "source": 0,
        "number": 2,
        "formula": "n != 1",
        "type": 1
    },
    "aliases": [
        "dut",
        "nld"
    ],
    "direction": "ltr",
    "web_url": "https://weblate.linphone.org/languages/nl/",
    "url": "https://weblate.linphone.org/api/languages/nl/?format=api",
    "statistics_url": "https://weblate.linphone.org/api/languages/nl/statistics/?format=api"
}