简要描述:
- 综合特点 服务器数据多 详情多
- 服务器查询
系统关联:https://bbs.upkk.com
请求限制
15 QPS 每个IP地址 (建议 >= 1 分钟请求一次)
请求URL:
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
Content-Type | 是 | string | 请求类型: application/json |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
game | 否 | string | 游戏类型 默认为csgo 可选 ins/nmrih/cs16/dods/gmod |
modeselect | 否 | string | 游戏模式类型 any/ze/zm/warmod/prophunt/csde/更多见系统关联搜索时参数 |
stypeselect | 否 | string | 搜索类型 mapname/servername(默认为mapname) |
searchstr | 否 | string | 搜索字符串 中文和空格请进行URL编码 |
oversea | 否 | int | 是否显示海外服务器 0/1(默认0) |
playerapply | 否 | int | 是否显示玩家申请的服务器 0/1(默认1) |
limit | 否 | int | 限制输出最多数量 最高允许 100(默认30) |
page | 否 | int | 分页(假如服务器数量超出limit) (按当前在线人数排序(默认1) 如果limit设为100 返回服务器数量=100 可以考虑采集下一页 |
请求案例
1.搜索 服务器名称
包含 upkk
https://bbs.upkk.com/server-csgo_servers_lists-API_Query.html?searchstr=upkk&stypeselect=servername&oversea=0&playerapply=1
2.搜索 服务器名称
包含 upkk
但只显示5个服务器(人最多的)
https://bbs.upkk.com/server-csgo_servers_lists-API_Query.html?searchstr=upkk&stypeselect=servername&oversea=0&playerapply=1&limit=5
3.搜索 地图
包含 dust2
https://bbs.upkk.com/server-csgo_servers_lists-API_Query.html?searchstr=dust2&stypeselect=mapname&oversea=0&playerapply=1
4.搜索 游戏模式
为 僵尸逃跑(ze)
https://bbs.upkk.com/server-csgo_servers_lists-API_Query.html?modeselect=ze&oversea=0&playerapply=1
5.搜索 游戏模式
为僵尸逃跑(ze) 并且 服务器名称需要有upkk
https://bbs.upkk.com/server-csgo_servers_lists-API_Query.html?modeselect=ze&searchstr=upkk&stypeselect=servername&oversea=0&playerapply=1
6.只允许显示 UPKK 官方服务器 每页上限为100个
https://bbs.upkk.com/server-csgo_servers_lists-API_Query.html?oversea=0&playerapply=0&page=1&limit=100
返回示例:
正确时返回:
[
{
"address":"ze-3018.93x.net",
"ip":"220.1.1.1",
"port":"27035",
"hostname":"【X社区】僵尸逃跑[13服]-多线服 bbs.upkk.com",
"map":"ze_artika_base_v1_2",
"players":"64",
"max_players":"62",
"map_cn":"ze_artika_base_v1_2",
"tag":"ze",
"tag_cn":"僵尸",
"game_type":"csgo",
"game_introduce":"服务器玩法注释",
"server_os":"w",
"vac":"1",
"is_alive":"1",
"is_password":"0",
"country_code":"cn",
"refresh_timestamp":"1620567301"
}
]
错误时 或 无数据时返回:
[]
备注:
- 更多返回错误代码请看首页的错误代码描述
最后编辑:admin 更新时间:2022-05-21 15:41