curl --request GET \
--url https://api.depscian.tech/v2/player/find \
--header 'X-API-Key: <api-key>'
{
"admin": {
"forum_url": "https://forum.arizona-rp.com/members/1/",
"level": 6,
"nickname": "Admin_Name",
"position": "Главный Администратор",
"short_name": "[AN]",
"vk_url": "https://vk.com/admin_name"
},
"drug_addiction": 0,
"family": {
"id": 123,
"leader": "Admin_Name",
"level": 5,
"member_info": {
"id": 1066949,
"is_deputy": false,
"is_leader": true,
"joined_at": 1692110000,
"nickname": "Admin_Name",
"rank": 5,
"warns": 0
},
"name": "Моя семья",
"timestamp": 1692110000
},
"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": 0,
"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": {
"name": "LSPD",
"rank": "Офицер",
"uniform": true
},
"phone_number": 7656583,
"property": {
"businesses": [],
"houses": [
{
"id": 204,
"location": {
"x": 1885.88,
"y": -1113.56
},
"name": "Дом игрока",
"nearest_poi": {
"city": "Los-Santos",
"name": "Банк",
"x": 1880,
"y": -1110
},
"on_auction": false
}
]
},
"server": {
"id": 17,
"name": "Show-Low"
},
"status": {
"online": true,
"player_id": 582
},
"timestamp": 1692110000,
"vip_info": {
"add_vip": "1715318570",
"expiration_date": -1,
"level": "Premium"
},
"wanted_level": 0,
"warnings": 0
}
Получение информации об игроке по нику
curl --request GET \
--url https://api.depscian.tech/v2/player/find \
--header 'X-API-Key: <api-key>'
{
"admin": {
"forum_url": "https://forum.arizona-rp.com/members/1/",
"level": 6,
"nickname": "Admin_Name",
"position": "Главный Администратор",
"short_name": "[AN]",
"vk_url": "https://vk.com/admin_name"
},
"drug_addiction": 0,
"family": {
"id": 123,
"leader": "Admin_Name",
"level": 5,
"member_info": {
"id": 1066949,
"is_deputy": false,
"is_leader": true,
"joined_at": 1692110000,
"nickname": "Admin_Name",
"rank": 5,
"warns": 0
},
"name": "Моя семья",
"timestamp": 1692110000
},
"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": 0,
"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": {
"name": "LSPD",
"rank": "Офицер",
"uniform": true
},
"phone_number": 7656583,
"property": {
"businesses": [],
"houses": [
{
"id": 204,
"location": {
"x": 1885.88,
"y": -1113.56
},
"name": "Дом игрока",
"nearest_poi": {
"city": "Los-Santos",
"name": "Банк",
"x": 1880,
"y": -1110
},
"on_auction": false
}
]
},
"server": {
"id": 17,
"name": "Show-Low"
},
"status": {
"online": true,
"player_id": 582
},
"timestamp": 1692110000,
"vip_info": {
"add_vip": "1715318570",
"expiration_date": -1,
"level": "Premium"
},
"wanted_level": 0,
"warnings": 0
}
Successful Response
The response is of type object
.