UUMit Logo

IP Address · IP Geolocation Query V3.0

IP Geolocation Network
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.
开发工具请求方式: GET

定价

0 UT/ 次
免费调用
接入 API

运行指标

%

成功率

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.

请求参数

参数名类型必填说明
ipstringThe IPv4 address to query. IPv6 addresses are not supported yet

响应字段

字段名类型说明
IspstringISP (internet service provider), may be empty
CitystringCity, may be empty
reasonstringResponse description
resultobjectResult set
CountrystringCountry/region
ProvincestringProvince/region, may be empty
error_codeintegerResponse 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