Languages API.

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

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

{
    "code": "yi",
    "name": "Yiddish",
    "plural": {
        "id": 632,
        "source": 0,
        "number": 2,
        "formula": "n != 1",
        "type": 1
    },
    "aliases": [
        "ji",
        "yid"
    ],
    "direction": "rtl",
    "population": 997213,
    "web_url": "https://translations.zorin.com/languages/yi/",
    "url": "https://translations.zorin.com/api/languages/yi/?format=api",
    "statistics_url": "https://translations.zorin.com/api/languages/yi/statistics/?format=api"
}