Languages API.

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

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

{
    "id": 620,
    "code": "tok",
    "name": "Toki Pona",
    "plural": {
        "id": 642,
        "source": 0,
        "number": 1,
        "formula": "0",
        "type": 0
    },
    "aliases": [],
    "direction": "ltr",
    "population": 0,
    "web_url": "https://weblate.framasoft.org/languages/tok/",
    "url": "https://weblate.framasoft.org/api/languages/tok/?format=api",
    "statistics_url": "https://weblate.framasoft.org/api/languages/tok/statistics/?format=api"
}