IP Geolocation Lookup (High Precision)
Provides highly accurate global IP geolocation lookup services, including detailed information such as country, state/province, city, and ISP, empowering data analysis and business decisions.
Documentation
Features
This API provides highly accurate global IP geolocation lookup services. By entering any IP address, you can quickly retrieve detailed geographical information, including country, state/province, city, district/county, ISP, and latitude/longitude coordinates. Our authoritative data sources are updated in real-time to ensure high accuracy and timeliness. This "High Precision" version features optimized data matching algorithms and multi-dimensional data source integration, delivering industry-leading geolocation capabilities tailored for business scenarios requiring extreme location accuracy.
Use Cases
- User Profiling: Identify user geographic distribution to optimize product and operational strategies.
- Risk Control & Anti-Fraud: Detect anomalous transactions or login requests based on IP geolocation to prevent fraudulent activities.
- Content Delivery & Recommendation: Recommend localized content or services based on the user's IP region.
- Log Analysis & Security Auditing: Track source IPs of attacks for security protection and threat intelligence analysis.
- Targeted Advertising: Deliver ads to users in specific regions to improve conversion rates.
Integration Examples
Includes ready-to-use Shell, Python, Go, Java, and PHP examples for direct integration.
Request Example
{
"ip": "114.114.114.114"
}Response Example
{
"code": "SUCCESS",
"message": "success",
"data": {
"country": "中国",
"province": "江苏省",
"city": "南京市",
"district": "鼓楼区",
"operator": "电信"
}
}Request Fields
The fields below are derived from example JSON for integration reference only.
| Path | Type | Sample |
|---|---|---|
| ip | string | 114.114.114.114 |
Response Fields
The fields below are derived from example JSON for integration reference only.
| Path | Type | Sample |
|---|---|---|
| code | string | SUCCESS |
| message | string | success |
| data | object | {...} |
| data.country | string | 中国 |
| data.province | string | 江苏省 |
| data.city | string | 南京市 |
| data.district | string | 鼓楼区 |