Freemium
IP Geolocation API by IPify
IP Geolocation API by IPify offers precise location information based on IP addresses, including city, country, timezone, and ISP details. It’s widely used in analytics, security, and personalization features. The API requires an API key, provides a freemium model, and ensures fast, reliable responses for geolocation needs.
1
Endpoints
0
Views
Jul 20, 2025
Last Checked
1,000 requests/month free
Rate Limit
API Endpoints
Retrieves detailed geolocation data for a given IP address.
Full URL
https://geo.ipify.org/api/v2/country,city
Code Examples
curl -X GET 'https://geo.ipify.org/api/v2/country,city' \
-H 'Authorization: Bearer YOUR_API_KEY'
Parameters
{ "ipAddress": "string (optional) - IP address to lookup" }
Example Response
{
"ip": "8.8.8.8",
"isp": "Google LLC",
"location": {
"city": "Mountain View",
"region": "California",
"country": "US",
"timezone": "-07:00",
"postalCode": "94035"
}
}
Version
v2
Rate Limit
1000 requests/month free tier
Tags
geolocationiplocation
Technical Details
Authentication
API KeyResponse Formats
JSONAvailability
globalStatus
Published Rate Limits
1000 requests/month free
Supported Languages
JavaScriptPython
Use Cases
security
analytics
geolocation
Related APIs
Discover similar APIs that might interest you