ping

GET

免费API提供一键ping网站延迟的功能,帮助用户快速检测网站的响应时间,适用于网络监控、网站性能分析和优化。

https://api.geekmond.com/api/ping
https://v2.xxapi.cn/api/ping?url=www.xxhzm.cn

请求参数

接口指标

QPS 上限
0次/秒
平均响应时间
0ms
今日调用量
0
累计调用量
1

请求示例

Shell
JavaScript
Python
PHP
Java
Go
C#
Ruby
curl -X GET 'https://api.geekmond.com/api/ping?url=${string}'

返回示例

{
  "code": 200,
  "msg": "数据请求成功",
  "data": {
    "url": "www.xxhzm.cn",
    "ip": "180.188.16.219",
    "time": "12ms",
    "server": "浙江温州电信"
  }
}