Languages API.

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

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

{
    "id": 146,
    "code": "iu",
    "name": "Inuktitut",
    "plural": {
        "id": 146,
        "source": 0,
        "number": 3,
        "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : 2)",
        "type": 4
    },
    "aliases": [
        "iku"
    ],
    "direction": "ltr",
    "population": 4523292,
    "web_url": "https://translations.documentfoundation.org/languages/iu/",
    "url": "https://translations.documentfoundation.org/api/languages/iu/?format=api",
    "statistics_url": "https://translations.documentfoundation.org/api/languages/iu/statistics/?format=api"
}