- Guild
- Auth
- Player
- Server
- Sync
- Rcon
- backup
List Players
GET
/api/player
Player
请求参数
Query 参数
order_by
string
可选
desc
boolean
可选
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/player'
返回响应
🟢200OK
application/json
Body
array of:
exp
integer
可选
full_stomach
number
可选
hp
integer
可选
last_online
string
可选
level
integer
可选
max_hp
integer
可选
max_status_point
integer
可选
nickname
string
可选
player_uid
string
可选
save_last_online
string
可选
shield_hp
integer
可选
shield_max_hp
integer
可选
status_point
object
可选
额外字段
integer
可选
steam_id
string
可选
示例
[
{
"exp": 0,
"full_stomach": 0,
"hp": 0,
"last_online": "string",
"level": 0,
"max_hp": 0,
"max_status_point": 0,
"nickname": "string",
"player_uid": "string",
"save_last_online": "string",
"shield_hp": 0,
"shield_max_hp": 0,
"status_point": {
"property1": 0,
"property2": 0
},
"steam_id": "string"
}
]
🟠400Bad Request
修改于 2024-03-06 17:03:40