Popular API
IP Geolocation API
Get comprehensive location data for any IP address worldwide. Perfect for analytics, fraud prevention, content localization, and security applications.
API Endpoint
https://ipgeolocation.cleariflow.com/v1/?api_key=YOUR_API_KEY&ip_address=8.8.8.8
Try it now
Test the API with live data
Need inspiration? Try:
API Benefits
Industry-Leading Accuracy
Powered by premium geolocation databases for industry-leading accuracy and global coverage.
Comprehensive Data
Get detailed location data including city, region, country, coordinates, and postal codes.
VPN Detection
Advanced VPN and proxy detection using ASN analysis and threat intelligence data.
Timezone Information
Complete timezone data including name, abbreviation, GMT offset, and current time.
Rich Metadata
Access ISP details, connection types, currency info, and flag data in every response.
Lightning Fast
Sub-100ms response times with 99.9% uptime guarantee and global CDN distribution.
Key Features
IPv4 and IPv6 support
City, region, and country detection
Latitude and longitude coordinates
Timezone and UTC offset information
ISP and organization details
Connection type identification
VPN and proxy detection
Currency and flag information
EU membership status
Postal code detection
Field filtering support
JSON response format
Quick Start Guide
1. Get your API key
Sign up for free and get instant access to your API key.
2. Make your first request
curl -X GET "https://ipgeolocation.cleariflow.com/v1/?api_key=YOUR_API_KEY&ip_address=8.8.8.8"
3. Handle the response
{
"ip_address": "8.8.8.8",
"city": "Mountain View",
"city_geoname_id": 5375480,
"region": "California",
"region_iso_code": "CA",
"region_geoname_id": 5332921,
"postal_code": "94035",
"country": "United States",
"country_code": "US",
"country_geoname_id": 6252001,
"country_is_eu": false,
"continent": "North America",
"continent_code": "NA",
"continent_geoname_id": 6255149,
"longitude": -122.0838,
"latitude": 37.386,
"security": {
"is_vpn": false
},
"timezone": {
"name": "America/Los_Angeles",
"abbreviation": "PDT",
"gmt_offset": -7,
"current_time": "06:37:41",
"is_dst": true
},
"flag": {
"emoji": "🇺🇸",
"unicode": "U+1F1FA U+1F1F8",
"png": "https://static.cleariflow.com/country-flags/US_flag.png",
"svg": "https://static.cleariflow.com/country-flags/US_flag.svg"
},
"currency": {
"currency_name": "United States Dollar",
"currency_code": "USD"
},
"connection": {
"autonomous_system_number": 15169,
"autonomous_system_organization": "Google LLC",
"connection_type": "Corporate",
"isp_name": "Google LLC",
"organization_name": "Google LLC"
}
}