Freemium
IP Geolocation API
ipgeolocation.io offers a robust IP Geolocation API delivering precise information on country, city, timezone, ISP, ASN, threat intelligence (VPN, TOR, proxy), user agent parsing, and astronomy data—all via secure HTTPS. The free tier supports 1,000 daily requests for development, with paid plans offering higher quotas, CORS support, multilingual formats, and bulk lookups. Fully active and regularly updated, this API is ideal for developers and applications needing IP-based intelligence.
1
Endpoints
0
Views
Jul 20, 2025
Last Checked
1,000 requests per day
Rate Limit
API Endpoints
Get geolocation data for an IP address
Full URL
https://api.ipgeolocation.io/ipgeo/ipgeo
Code Examples
curl -X GET 'https://api.ipgeolocation.io/ipgeo/ipgeo' \
-H 'Authorization: Bearer YOUR_API_KEY'
Parameters
{ "ip": "8.8.8.8", "apiKey": "YOUR_API_KEY", "fields": "city,country_name,latitude,longitude" }
Example Response
{
"ip": "8.8.8.8",
"city": "Mountain View",
"latitude": 37.40599,
"longitude": -122.078514,
"country_name": "United States"
}
Version
v1
Rate Limit
30,000 requests/month
Tags
geolocationiptimezone
Technical Details
Authentication
API KeyResponse Formats
JSON, XMLAvailability
globalStatus
Published Rate Limits
1000 requests per day (free tier)
Supported Languages
PythonJavaScript
Use Cases
location-based services
analytics
Related APIs
Discover similar APIs that might interest you