Precision IP Geolocation API
Fast, accurate, and reliable IP intelligence for your business. Enhance user experience, prevent fraud, and ensure compliance with our robust API.
No credit card required • 1000 requests/month free
{
"ip": "::ffff:172.22.0.1",
"country": "Not Found",
"city": "Unknown"
}
API Documentation
Simple, powerful, and easy to integrate
Endpoint
GET /api/Ip/{ipAddress}
Simple REST endpoint for IP geolocation queries
Authentication
X-API-Key: YOUR_KEY
Include your API key in the request header
Parameters
?includeCulture=true
Optional: Include language/culture data
curl -X GET "https://your-domain.com/api/Ip/8.8.8.8?includeCulture=true" \
-H "X-API-Key: YOUR_API_KEY_HERE"
fetch('https://your-domain.com/api/Ip/8.8.8.8?includeCulture=true', {
headers: {
'X-API-Key': 'YOUR_API_KEY_HERE'
}
})
.then(response => response.json())
.then(data => console.log(data))
.catch(error => console.error('Error:', error));
const axios = require('axios');
axios.get('https://your-domain.com/api/Ip/8.8.8.8', {
params: { includeCulture: true },
headers: { 'X-API-Key': 'YOUR_API_KEY_HERE' }
})
.then(response => console.log(response.data))
.catch(error => console.error('Error:', error));
Response Format
{
"ipAddress": "8.8.8.8",
"country": "United States",
"countryIsoCode": "US",
"city": "Mountain View",
"latitude": "37.4223",
"longitude": "-122.085",
"isp": "Google LLC",
"languageIsoCode": "en",
"languages": ["en"]
}
Simple, Transparent Pricing
Choose the plan that fits your needs
Free
- 1,000 requests/month
- 60 requests/minute
- 99.9% Uptime SLA
- Community Support
Premium
- 100,000 requests/month
- 1000 requests/minute
- 99.9% Uptime SLA
- Priority Support
Contact us for enterprise plans with custom limits and dedicated support
Why Choose Our API?
Features that power your applications
Lightning Fast
Sub-50ms response times with global CDN and edge caching
99.9% Uptime
Enterprise-grade reliability with redundant infrastructure
Global Coverage
100M+ IP addresses mapped with city-level accuracy
Use Cases
See how businesses use our API
E-Commerce
Personalize content, currency, and shipping options based on visitor location
Fraud Prevention
Detect suspicious activity and prevent fraudulent transactions
Analytics
Understand your audience demographics and geographic distribution
Compliance
Ensure GDPR and regional compliance with geolocation-based access control