| 参数名称 | 类型 | 参数值 | 描述 |
|---|---|---|---|
url | 必填 | www.blogs.ink | 即需要查询的域名 |
{
"state": "1002",
"data": {
"host": "www.blogs.ink",
"ip": "49.235.76.54",
"location": "中国上海上海 腾讯云",
"ping_time": "禁ping",
"node": "上海市上海 腾讯云"
}
}
$get = "https://api.blogs.ink/api/SuperPingOne?url=www.blogs.ink";
$result = file_get_contents($get);
if ($result) {
//成功
echo $result;
} else {
//失败
}