Languages API.

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

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

{
    "id": 288,
    "code": "st",
    "name": "Sotho (Southern)",
    "plural": {
        "id": 288,
        "source": 0,
        "number": 2,
        "formula": "n != 1",
        "type": 1
    },
    "aliases": [
        "sot"
    ],
    "direction": "ltr",
    "population": 639056780,
    "web_url": "https://translations.documentfoundation.org/languages/st/",
    "url": "https://translations.documentfoundation.org/api/languages/st/?format=api",
    "statistics_url": "https://translations.documentfoundation.org/api/languages/st/statistics/?format=api"
}