GET
/
v2
/
families
Получить список семей на сервере
curl --request GET \
  --url https://api.depscian.tech/v2/families \
  --header 'X-API-Key: <api-key>'
{
  "families": [
    {
      "id": 123,
      "name": "<string>",
      "leader": "<string>",
      "level": 123,
      "flagId": 123,
      "membersCount": 123
    }
  ],
  "timestamp": 123
}

Authorizations

X-API-Key
string
header
required

Query Parameters

serverId
integer
required

Response

200
application/json

Successful Response

The response is of type object.