- Admins
- AppSettings
- Blacklist
- ChatRecord
- CityLocation
- Goods
- HomeLocation
- Inventories
- ItemBlocks
- ItemIcons
- LandClaims
- Localization
- Locations
- Map
- Permissions
- Players
- PointsInfo
- Server
- TeleRecord
- Whitelist
- Settings
- AutoBackup
- CommandList
- ItemList
- VipGift
- PlayerSkills
- UiIcons
- Auth
- ColoredChat
- Prefab
Get stats.
GET
/api/Server/Stats
Server
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://7dtdserver.local:8888/api/Server/Stats'
返回响应
🟢200成功
application/json
Body
可选
One of
One of
示例
{
"uptime": 0,
"gameTime": {
"days": 0,
"hours": 0,
"minutes": 0
},
"animals": 0,
"maxAnimals": 0,
"zombies": 0,
"maxZombies": 0,
"entities": 0,
"onlinePlayers": 0,
"maxOnlinePlayers": 0,
"offlinePlayers": 0,
"isBloodMoon": true,
"fps": 0,
"heap": 0,
"maxHeap": 0,
"chunks": 0,
"cgo": 0,
"items": 0,
"chunkObservedEntities": 0,
"residentSetSize": 0,
"serverName": "string",
"region": "string",
"language": "string",
"serverVersion": "string",
"serverIp": "string",
"serverPort": 0,
"gameMode": "string",
"gameWorld": "string",
"gameName": "string",
"gameDifficulty": 0
}
修改于 2024-12-09 01:52:42