GET
/
v2
/
fractions
Получить список доступных фракций
curl --request GET \
  --url https://api.depscian.tech/v2/fractions \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    "LSPD",
    "FBI",
    "ТСР"
  ],
  "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.