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

Successful Response

data
string[]
required

Список доступных фракций

Example:
["LSPD", "FBI", "ТСР"]
timestamp
integer
required

Временная метка получения данных

Example:

1634567890