High-performance IP lookup service for modern applications. Retrieve city, country, coordinates, timezone, and network data in clean JSON with zero authentication overhead.
Auto-detect your current connection details or inspect any target IP address
Loading JSON...
Integration snippets formatted for your stack
Fetching code snippet...
RESTful URL structures for single lookups, specific field extraction, and batch requests
| Method | Endpoint | Description | Sample Output |
|---|---|---|---|
| GET | /json |
Fetch caller's geolocation JSON payload | /json |
| GET | /json/:ip |
Target IP address geolocation payload | /json/8.8.8.8 |
| GET | /:ip |
Shorthand direct target IP lookup endpoint | /8.8.8.8 |
| GET | /ip |
Returns plain text client IP address | /ip |
| GET | /json/:ip/:field |
Extract field directly in plaintext (e.g. /city) | /json/8.8.8.8/city |
| POST | /batch |
Batch lookup up to 100 IP addresses in a single call | JSON Array |
| GET | /xml/:ip? |
XML formatted response payload | /xml/8.8.8.8 |