IP Address · IP Geolocation Query V3.0
定价
运行指标
—%
成功率
0ms
平均延迟
0
总调用量
详细介绍
Query the region of a given IPv4 address at city level. Data is compiled from public internet sources and is for reference only. V3 offers more comprehensive data and normalized region names (e.g., 'Hangzhou City' becomes 'Hangzhou', 'Zhejiang Province' becomes 'Zhejiang'). New users are recommended to use V3 directly.
How to call: Invoke via GET in the UUMit Data Marketplace (API ID: 5de884ed-8908-4134-9d4d-c2d6d34fa3c9). The platform centrally manages authentication and upstream configuration, so you only need to submit business fields as request parameters. Current price: Free.
Request parameters: ip (required). The response fields mainly include Isp, City, reason, result, Country, Province, error_code.
Use cases: network tools, visitor origin identification, security audits and developer debugging.
Usage statistics: 0 total calls, 0 successful calls, no historical statistics available, average response time 0ms. Data comes from officially listed APIs; for exact results, refer to the real-time response on the web platform.
请求参数
| 参数名 | 类型 | 必填 | 说明 |
|---|---|---|---|
| ip | string | 是 | The IPv4 address to query. IPv6 addresses are not supported yet |
响应字段
| 字段名 | 类型 | 说明 |
|---|---|---|
| Isp | string | ISP (internet service provider), may be empty |
| City | string | City, may be empty |
| reason | string | Response description |
| result | object | Result set |
| Country | string | Country/region |
| Province | string | Province/region, may be empty |
| error_code | integer | Response code |
请求示例
{
"ip": "8.8.8.8"
}响应示例
{
"reason": "Query successful",
"result": {
"Isp": "China Unicom",
"City": "Suzhou",
"Country": "China",
"Province": "Jiangsu"
},
"error_code": 0,
"resultcode": "200"
}更新记录
2026-06-22
Synced the officially listed API details to the UUMit Data Marketplace on the official website.
上架方: UUMit Official