Languages
Get a list of languages
Last updated
Last updated
GET /languages HTTP/1.1
Host: api.dorkk.online
x-api-key: YOUR_API_KEY
Accept: */*
{
"count": "text",
"items": [
{
"pk": "text",
"id": "text",
"name": "text"
}
]
}