Freemium
IP Geolocation
ip-api.com offers a fast and reliable IP geolocation API that returns JSON data about IP addresses, including city, region, timezone, ISP, and latitude/longitude. It’s a popular choice for fraud detection, location customization, analytics, and security. The free tier offers limited requests per minute, while higher limits and HTTPS are available with the paid plan. No API key is required for the free version.
1
Endpoints
0
Views
Jul 20, 2025
Last Checked
45 requests/minute
Rate Limit
API Endpoints
Retrieves geolocation data for an IP address
Full URL
http://ip-api.com/json/json
Code Examples
curl -X GET 'http://ip-api.com/json/json'
Parameters
{ "fields": "status,message,country,city,lat,lon,isp" }
Example Response
{
"isp": "Google Cloud",
"lat": 37.40599,
"lon": -122.078514,
"city": "Mountain View",
"status": "success",
"country": "United States"
}
Version
v1
Rate Limit
45 requests/minute
Tags
geolocationnetworking
Technical Details
Authentication
NoneResponse Formats
JSONAvailability
globalStatus
Published Rate Limits
45 requests/minute (free)
Supported Languages
Any
Use Cases
location services
security tools
Related APIs
Discover similar APIs that might interest you