延迟检测
检测服务器延迟
https://api.aiys.net/api/pinghttps://api.aiys.net/api/ping/?ip=202.189.7.147请求参数
接口指标
QPS 上限
1次/秒
平均响应时间
36.5ms
今日调用量
0次
累计调用量
9次
请求示例
Shell
JavaScript
Python
PHP
Java
Go
C#
Ruby
curl -X GET 'https://api.aiys.net/api/ping?ip=${text}&port=${text}'返回示例
{
"code": 1,
"text": "连接成功",
"address": "202.189.7.147",
"port": "80",
"delay": 29,
"request_id": "372f041e64da9f2934db02b5"
}