GET
/
v2
/
sobes
curl --request GET \
  --url https://api.depscian.tech/v2/sobes \
  --header 'X-API-Key: <api-key>'
{
  "data": {
    "FBI": {
      "place": "Офис ФБР",
      "time": "20:15"
    },
    "LSPD": {
      "place": "Главный офис LSPD",
      "time": "18:30"
    },
    "ТСР": {
      "place": "ТСР",
      "time": "19:00"
    }
  },
  "timestamp": 1634567890
}

Authorizations

X-API-Key
string
header
required

Query Parameters

serverId
integer
required

Response

200
application/json

Successful Response

The response is of type object.