POST公開中ip-query-v3
IP归属地查询(精准版)
提供全球IP地址的精准归属地查询服务,包括国家、省份、城市、运营商等详细信息,助力数据分析和业务决策。
エンドポイント
https://openapi.toolkk.com/ip/query-v3
レート制限
毎分 60 回
タイムアウト
5000 ms
提供全球IP地址的精准归属地查询服务,包括国家、省份、城市、运营商等详细信息,助力数据分析和业务决策。
エンドポイント
https://openapi.toolkk.com/ip/query-v3
レート制限
毎分 60 回
タイムアウト
5000 ms
すべての API は code、message、data の標準構造で解析する前提です。
{ code, message, data }
curl --request POST \
--url 'https://openapi.toolkk.com/ip/query-v3' \
--header 'Content-Type: application/json' \
--header 'X-API-Key: YOUR_API_KEY' \
--data '{}'{}{
"code": 200,
"data": {
"isp": {
"type": "string",
"example": "中国移动",
"description": "运营商"
},
"city": {
"type": "string",
"example": "杭州市",
"description": "市"
},
"code": {
"type": "string",
"example": "330110",
"description": "行政区划代码"
},
"owner": {
"type": "string",
"example": "中国移动",
"description": "所属机构"
},
"nation": {
"type": "string",
"example": "中国",
"description": "国家"
},
"radius": {
"type": "string",
"example": "",
"description": "定位半径"
},
"zipcode": {
"type": "string",
"example": "462000",
"description": "邮编"
},
"areaCode": {
"type": "string",
"example": "CN",
"description": "国家编码"
},
"province": {
"type": "string",
"example": "浙江省",
"description": "省份"
},
"timezone": {
"type": "string",
"example": "UTC+8",
"description": "时区"
},
"continent": {
"type": "string",
"example": "亚洲",
"description": "大洲"
}
},
"message": "success"
}以下の項目はサンプル JSON から自動抽出した参考情報です。
| パス | 型 | サンプル値 |
|---|---|---|
| code | number | 200 |
| data | object | {...} |
| data.isp | object | {...} |
| data.isp.type | string | string |
| data.isp.example | string | 中国移动 |
| data.isp.description | string | 运营商 |
| data.city | object | {...} |
| data.city.type |
| string |
| string |
| data.city.example | string | 杭州市 |
| data.city.description | string | 市 |
| data.code | object | {...} |
| data.code.type | string | string |
| data.code.example | string | 330110 |
| data.code.description | string | 行政区划代码 |
| data.owner | object | {...} |
| data.owner.type | string | string |
| data.owner.example | string | 中国移动 |
| data.owner.description | string | 所属机构 |
| data.nation | object | {...} |
| data.nation.type | string | string |
| data.nation.example | string | 中国 |
| data.nation.description | string | 国家 |
| data.radius | object | {...} |
| data.radius.type | string | string |
| data.radius.example | string |
| data.radius.description | string | 定位半径 |
| data.zipcode | object | {...} |
| data.zipcode.type | string | string |
| data.zipcode.example | string | 462000 |
| data.zipcode.description | string | 邮编 |
| data.areaCode | object | {...} |
| data.areaCode.type | string | string |
| data.areaCode.example | string | CN |
| data.areaCode.description | string | 国家编码 |
| data.province | object | {...} |
| data.province.type | string | string |
| data.province.example | string | 浙江省 |
| data.province.description | string | 省份 |
| data.timezone | object | {...} |
| data.timezone.type | string | string |
| data.timezone.example | string | UTC+8 |
| data.timezone.description | string | 时区 |
| data.continent | object | {...} |
| data.continent.type | string | string |
| data.continent.example | string | 亚洲 |
| data.continent.description | string | 大洲 |
| message | string | success |