Эндпоинты
/v2/player/find
Поиск и получение подробной информации об игроке по никнейму и серверу
GET
/
v2
/
player
/
find
curl --request GET \
--url https://api.depscian.tech/v2/player/find \
--header 'X-API-Key: <api-key>'
{
"drug_addiction": 0,
"health": 100,
"hours_played": 690,
"hunger": 100,
"id": 1066949,
"job": "Начальный фермер",
"law_abiding": 100,
"level": {
"current_exp": 94,
"level": 49,
"next_exp": 200
},
"money": {
"bank": 11777971,
"charity": "null",
"deposit": 12204649,
"donate_currency": 1767,
"hand": 151392886,
"personal_accounts": {
"bankAccount1": "-1",
"bankAccount2": "-1",
"bankAccount3": "-1",
"bankAccount4": "-1",
"bankAccount5": "-1",
"bankAccount6": "-1"
},
"phone_balance": 91013,
"total": 175375506
},
"organization": "null",
"phone_number": 7656583,
"property": "null",
"server": {
"id": 17,
"name": "Show-Low"
},
"spouse": "null",
"status": "Не в сети",
"admin": true,
"vip_info": {
"add_vip": "1715318570",
"expiration_date": -1,
"level": "Premium"
},
"wanted_level": 0,
"warnings": 0
}
Authorizations
Response
200
application/json
Successful Response
The response is of type object
.
curl --request GET \
--url https://api.depscian.tech/v2/player/find \
--header 'X-API-Key: <api-key>'
{
"drug_addiction": 0,
"health": 100,
"hours_played": 690,
"hunger": 100,
"id": 1066949,
"job": "Начальный фермер",
"law_abiding": 100,
"level": {
"current_exp": 94,
"level": 49,
"next_exp": 200
},
"money": {
"bank": 11777971,
"charity": "null",
"deposit": 12204649,
"donate_currency": 1767,
"hand": 151392886,
"personal_accounts": {
"bankAccount1": "-1",
"bankAccount2": "-1",
"bankAccount3": "-1",
"bankAccount4": "-1",
"bankAccount5": "-1",
"bankAccount6": "-1"
},
"phone_balance": 91013,
"total": 175375506
},
"organization": "null",
"phone_number": 7656583,
"property": "null",
"server": {
"id": 17,
"name": "Show-Low"
},
"spouse": "null",
"status": "Не в сети",
"admin": true,
"vip_info": {
"add_vip": "1715318570",
"expiration_date": -1,
"level": "Premium"
},
"wanted_level": 0,
"warnings": 0
}
Assistant
Responses are generated using AI and may contain mistakes.