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

Live Example
{
  "ip": "::ffff:172.22.0.1",
  "country": "Not Found",
  "city": "Unknown"
}
99.9%
Uptime Guarantee
<50ms
Avg Response Time
100M+
IPs Mapped
24/7
Support Available

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 Example Copy to clipboard
curl -X GET "https://your-domain.com/api/Ip/8.8.8.8?includeCulture=true" \
     -H "X-API-Key: YOUR_API_KEY_HERE"
JavaScript Fetch Example Copy to clipboard
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));
Node.js Example Copy to clipboard
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

Successful Response (200 OK)
{
  "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 Forever

Free

$0 /month
  • 1,000 requests/month
  • 60 requests/minute
  • 99.9% Uptime SLA
  • Community Support
Get Started
Popular

Premium

$10 /month
  • 100,000 requests/month
  • 1000 requests/minute
  • 99.9% Uptime SLA
  • Priority Support
Get Started

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

Ready to Get Started?

Join thousands of developers using our API

Start Free Trial