GET
/
v2
/
admins
curl --request GET \
  --url https://api.depscian.tech/v2/admins \
  --header 'X-API-Key: <api-key>'
{
  "admins": [
    {
      "forum_url": "https://forum.arizona-rp.com/members/1867786/",
      "level": 6,
      "nickname": "John_Doe",
      "position": "ГС Пра-во",
      "short_name": "[John]",
      "vk_url": "https://vk.com/id123456"
    },
    {
      "forum_url": "https://forum.arizona-rp.com/members/1867786/",
      "level": 5,
      "nickname": "Alex_Smith",
      "position": "ЗГС Гос",
      "short_name": "[Alex]",
      "vk_url": "https://vk.com/id654321"
    }
  ],
  "server": {
    "id": 17,
    "name": "Show-Low"
  }
}

Authorizations

X-API-Key
string
header
required

Query Parameters

serverId
integer
required

ID сервера

Response

200
application/json

Successful Response

The response is of type object.