API
警告
目前暫時關閉 API 服務
提示
年久失修,我甚至已經忘記它的存在了
功能
目前只能拿所有伺服器的列表,沒了
需要授權
此功能需要登入帳號後取得 API Key才可以使用。
Base URL
https://api.mc-list.xyz/
Request Body (僅接受 multipart/form-data
& application/x-www-form-urlencoded
)
key | type | value | require |
---|---|---|---|
type | string | serverList | true |
apikey | string | your key | true |
limit | integer | 10 | false |
Response
{
"statusCode": 0,
"limit": 7,
"result": [
{
"name": "無名氏伺服器",
"ip": "amssv.club",
"version": "1.16.5",
"vote": 7,
"status": 1,
"players": {
"online": 24,
"max": 30
},
"tags": [
"生存",
"飛行",
"領地",
"防噴",
"香草"
],
"createTime": "1970/01/01 08:00:00",
"icon": ""
}
]
}
{
"statusCode": 1,
"errorMessage": "API Key 錯誤。"
}
速率限制
10,000 / 日