检测目标网站响应速度
接口地址 https://apis.kit9.cn/api/ping_speed_test/api.php
请求方式 GET/POST
返回格式 JSON
HTTP/HTTPS 支持
请求示例 https://apis.kit9.cn/api/ping_speed_test/api.php?host=https://apis.kit9.cn
参数说明
参数 | 必填 | 类型 | 说明 |
---|---|---|---|
host | 是 | String | 网址 |
返回参数
名称 | 类型 | 说明 | ||
---|---|---|---|---|
code | number | 状态码 200为正常,其它为异常 | ||
msg | string | 状态说明 | ||
data | array | 数组 | ||
node_ip | string | 被检测节点IP | ||
node_location | string | 被检测节点地理位置 | ||
ping_time_min | string | 最小延迟 | ||
ping_time_avg | string | 平均延迟 | ||
ping_time_max | string | 最大延迟 |
返回示例
{ "code": 200, "msg": "success", "data": { "node_ip": "47.94.171.156", "node_location": "北京市 阿里云", "ping_time_min": " 1.891ms", "ping_time_avg": "1.896ms", "ping_time_max": "1.901ms" } }