国外多地点延迟检测

GET

国外多地点延迟检测

https://api.aiys.net/api/Detection_delay_abroad
https://api.aiys.net/api/Detection_delay_abroad/?host=aiys.net

请求参数

接口指标

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

请求示例

Shell
JavaScript
Python
PHP
Java
Go
C#
Ruby
curl -X GET 'https://api.aiys.net/api/Detection_delay_abroad?host=域名/IP'

返回示例

{
  "code": 200,
  "msg": "success",
  "data": {
    "host": "aiys.net",
    "total_avg_delay_ms": 27.61,
    "nodes": {
      "at": {
        "delay_ms": 12.69,
        "ip": "43.169.13.116",
        "country": "Austria",
        "country_CN": "奥地利",
        "city": "Vienna",
        "city_CN": "维也纳"
      },
      "bg": {
        "delay_ms": 33.88,
        "ip": "43.169.14.116",
        "country": "Bulgaria",
        "country_CN": "保加利亚",
        "city": "Sofia",
        "city_CN": "索菲亚"
      },
      "cy": {
        "delay_ms": 58.59,
        "ip": "43.169.13.116",
        "country": "Cyprus",
        "country_CN": "塞浦路斯",
        "city": "Larnaca",
        "city_CN": "拉纳卡"
      },
      "de": {
        "delay_ms": 4.12,
        "ip": "43.169.13.116",
        "country": "Germany",
        "country_CN": "德国",
        "city": "Nuremberg",
        "city_CN": "纽伦堡"
      },
      "es": {
        "delay_ms": 27.19,
        "ip": "43.169.14.116",
        "country": "Spain",
        "country_CN": "西班牙",
        "city": "Barcelona",
        "city_CN": "巴塞罗那"
      },
      "fr": {
        "country": "France",
        "country_CN": "法国",
        "list": [
          {
            "delay_ms": 10.42,
            "ip": "43.169.13.116",
            "country": "France",
            "country_CN": "法国",
            "city": "Roubaix",
            "city_CN": "鲁贝"
          },
          {
            "delay_ms": 1.31,
            "ip": "43.169.14.116",
            "country": "France",
            "country_CN": "法国",
            "city": "Paris",
            "city_CN": "巴黎"
          }
        ]
      },
      "hu": {
        "delay_ms": 31.39,
        "ip": "43.169.14.116",
        "country": "Hungary",
        "country_CN": "匈牙利",
        "city": "Nyiregyhaza",
        "city_CN": "尼雷吉哈扎"
      },
      "in": {
        "delay_ms": 61.64,
        "ip": "43.169.13.116",
        "country": "India",
        "country_CN": "印度",
        "city": "Mumbai",
        "city_CN": "孟买"
      },
      "lt": {
        "delay_ms": 34.77,
        "ip": "43.169.14.116",
        "country": "Lithuania",
        "country_CN": "立陶宛",
        "city": "Vilnius",
        "city_CN": "维尔纽斯"
      },
      "nl": {
        "delay_ms": 6.52,
        "ip": "43.169.14.116",
        "country": "Netherlands",
        "country_CN": "荷兰",
        "city": "Amsterdam",
        "city_CN": "阿姆斯特丹"
      },
      "pt": {
        "delay_ms": 38.79,
        "ip": "43.169.13.116",
        "country": "Portugal",
        "country_CN": "葡萄牙",
        "city": "Viana",
        "city_CN": "维亚纳"
      },
      "ro": {
        "delay_ms": 28.1,
        "ip": "43.169.13.116",
        "country": "Romania",
        "country_CN": "罗马尼亚",
        "city": "Bucharest",
        "city_CN": "布加勒斯特"
      },
      "rs": {
        "delay_ms": 33.7,
        "ip": "43.169.14.116",
        "country": "Serbia",
        "country_CN": "塞尔维亚",
        "city": "Belgrade",
        "city_CN": "贝尔格莱德"
      },
      "ru": {
        "delay_ms": 41.94,
        "ip": "43.169.13.116",
        "country": "Russia",
        "country_CN": "俄罗斯",
        "city": "Moscow",
        "city_CN": "莫斯科"
      },
      "se": {
        "delay_ms": 21.35,
        "ip": "43.169.14.116",
        "country": "Sweden",
        "country_CN": "瑞典",
        "city": "Stockholm",
        "city_CN": "斯德哥尔摩"
      },
      "tr": {
        "delay_ms": 36.7,
        "ip": "43.169.13.116",
        "country": "Turkey",
        "country_CN": "土耳其",
        "city": "Istanbul",
        "city_CN": "伊斯坦布尔"
      },
      "ua": {
        "delay_ms": 40.31,
        "ip": "43.169.14.116",
        "country": "Ukraine",
        "country_CN": "乌克兰",
        "city": "Kyiv",
        "city_CN": "基辅"
      },
      "us": {
        "country": "USA",
        "country_CN": "美国",
        "list": [
          {
            "delay_ms": 1.41,
            "ip": "43.169.13.116",
            "country": "USA",
            "country_CN": "美国",
            "city": "Los Angeles",
            "city_CN": "洛杉矶"
          },
          {
            "delay_ms": null,
            "ip": null,
            "country": "USA",
            "country_CN": "美国",
            "city": "Miami",
            "city_CN": "迈阿密"
          }
        ]
      }
    }
  }
}