Freemium
IPinfo
IPinfo API provides comprehensive IP address data, including geolocation (city, region, country), ASN details, carrier info, and IP type classification. It offers both free and paid plans with RESTful JSON endpoints, widely used for location-based services, fraud detection, and analytics.
1
Endpoints
0
Views
Jul 20, 2025
Last Checked
50,000 requests/month
Rate Limit
API Endpoints
Retrieves geolocation data for an IP address
Full URL
https://ipinfo.io/{ip}
Code Examples
curl -X GET 'https://ipinfo.io/{ip}'
Parameters
{ "ip": "8.8.8.8" }
Example Response
{
"ip": "8.8.8.8",
"city": "Mountain View",
"region": "California",
"country": "US"
}
Version
v1
Rate Limit
50,000 requests/month
Tags
geolocationsecurity
Technical Details
Authentication
TokenResponse Formats
JSONAvailability
globalStatus
Published Rate Limits
50,000 requests/month (free)
Supported Languages
Any
Use Cases
geotargeting
fraud prevention
Related APIs
Discover similar APIs that might interest you