Sub-millisecond Latency • Zero Config Required

Free City-Targeted
IP Geolocation API

High-performance IP lookup service for modern applications. Retrieve city, country, coordinates, timezone, and network data in clean JSON with zero authentication overhead.

curl — quick lookup
$curl -s https://your-api.com/json
0.05 ms
Memory Lookup Latency
30 / min
Requests per IP Limit
100%
Zero Auth Required
Dual Stack
IPv4 & IPv6 Supported

Live IP Inspector

Auto-detect your current connection details or inspect any target IP address

Presets:
🌐

Detecting location...

IP Loading...
City --
Region --
Country --
Timezone --
Coordinates --
Currency --
Response Payload
Loading JSON...

Code Snippets

Integration snippets formatted for your stack

Fetching code snippet...

API Endpoints

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
Copied to clipboard