POSThttps://api.dataify.com/api/open/geo/asns| 字段 | 类型 | 必填 | 说明 |
|---|---|---|---|
| country | string | 是 | 国家代码 |
{
"country": "US"
}| 字段 | 类型 | 说明 |
|---|---|---|
| isp | string | ASN/ISP 标识 |
| isp_name | string | ASN/ISP 名称 |
| country | string | 国家代码 |
{
"code": 200,
"data": [
{
"isp": "AS7018",
"isp_name": "AT&T Services",
"country": "US"
}
],
"message": "success",
"timestamp": 1710000001
}isp 为 ASN 标识或 ISP 代号,isp_name 为 ISP 名称。