IP Geolocation
## IP Geolocation API Get **country, city, ISP, timezone, coordinates** and threat analysis for any IP address. ### Endpoints | Endpoint | Description | |----------|-------------| | GET /lookup/{ip} | Geolocate an IP address | | GET /me | Your own IP geolocation | | GET /analyze/{ip} | Threat & risk analysis | | POST /batch | Bulk IP lookup | ### Quick Start ``` GET /api/ip-geo/lookup/8.8.8.8…
IP Geolocation endpoints
| Method | Endpoint | Description |
|---|---|---|
| Geolocation | ||
| GET |
lookupSelf /me |
Returns geolocation data for the caller's IP address. Useful for detecting user location. |
| POST |
batchLookup /batch |
Look up geolocation data for multiple IP addresses in a single request. Maximum 10 IPs per batch. |
| GET |
lookupIp /lookup/{ip_address} |
Get full geolocation, ISP, ASN, timezone, currency, and threat data for a specific IP address. Supports both IPv4 and IPv6. |
| Analysis | ||
| GET |
analyzeIp /analyze/{ip_address} |
Analyze an IP address locally — check if it's private, reserved, multicast, loopback, etc. No external API calls made. Instant response. |
IP Geolocation pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $9.99 / month | 100 / minute |
|