行业领先精度
优质地理定位数据库,全球高精度覆盖。
优质地理定位数据库,全球高精度覆盖。
城市、地区、国家、坐标和邮政编码。
通过 IP-to-VPN MMDB 检测。
名称、缩写、GMT 偏移和当前时间。
ISP、连接类型、货币和国旗信息。
100 毫秒以内,99.9% SLA 和全球 CDN。
免费注册,立即获得密钥。
curl -X GET \ "https://ipgeolocation.cleariflow.com/v1/" \ ?api_key=YOUR_API_KEY \ &ip_address=8.8.8.8
{
"city": "Mountain View",
"city_geoname_id": 5375480,
"connection": {
"autonomous_system_number": 15169,
"autonomous_system_organization": "Google LLC",
"connection_type": "Corporate",
"isp_name": "Google LLC",
"organization_name": "Google LLC"
},
"continent": "North America",
"continent_code": "NA",
"continent_geoname_id": 6255149,
"country": "United States",
"country_code": "US",
"country_geoname_id": 6252001,
"country_is_eu": false,
"currency": {
"currency_code": "USD",
"currency_name": "United States Dollar"
},
"flag": {
"emoji": "🇺🇸",
"png": "https://static.cleariflow.com/country-flags/US_flag.png",
"svg": "https://static.cleariflow.com/country-flags/US_flag.svg",
"unicode": "U+1F1FA U+1F1F8"
},
"ip_address": "8.8.8.8",
"latitude": 37.386,
"longitude": -122.0838,
"postal_code": "94035",
"region": "California",
"region_geoname_id": 5332921,
"region_iso_code": "CA",
"security": {
"is_proxy": false,
"is_vpn": false
},
"timezone": {
"abbreviation": "PDT",
"current_time": "06:37:41",
"gmt_offset": -7,
"is_dst": true,
"name": "America/Los_Angeles"
}
}