Server
https://catpalm.net/api/server/
Send server messages
PUT
https://catpalm.net/api/server/message/${lang}
Rate limit 5 sec/time
Requires server_message_put
permission
Path Parameters
Name
Type
Description
lang*
str
ja_jp
/zh_tw
/ko_kr
/en_us
Headers
Name
Type
Description
Get server online status
GET
https://catpalm.net/api/server/online
Speed limit 5 sec/time
Headers
Name
Type
Description
{
"players": [
{
"id": 4497,
"uuid": "8f8d370f-a8fc-4e9d-8f4d-ad16daa6401f",
"name": "couponaa",
"world": 42,
"ping": 48,
"mode": "survival",
"lang": "zh_tw"
}
],
"worlds": [
{
"id": 42,
"uuid": "5d48ba11-c63e-4c30-bc71-064767de78ea",
"name": "shunt_2",
"use": "vanilla",
"server": "shunt_2",
"count": 4,
"tps": [
19.99999890400006,
19.999999670533338,
19.99999827940015
]
}
],
"groups": [
{
"id": 1056058818213204000,
"players": [
6928,
6972,
7078
]
}
]
}
Get server statistics status
GET
https://catpalm.net/api/server/statistics
Speed limit 5 sec/time
Headers
Name
Type
Description
{
"hours": [
{
"year": 2023,
"month": 1,
"day": 15,
"hour": 17,
"value": 35
}
]
}
最后更新于