Real‑Time Data
Immediate lookup for any IP address.
Real‑time geolocation & network details—no hassle.
A rapid, reliable, and robust service for obtaining detailed insights about any IP address. Built with performance in mind using Go, our API delivers data in real time.
curl --request GET \n --url https://your-api-host.com/ip/192.11.22.33 \n --header 'Accept: application/json'
{ "timezone": "America/New_York", "country": "United States", "region": "NY", "city": "New York", "org": "Example Organization", "hostname": "example.host.com" }
Immediate lookup for any IP address.
Comprehensive geolocation and network details.
A simple endpoint—no extra params required.
Developed in Go for low latency and high throughput.
Welcome to the IP Info API—rapid, reliable, and robust. Fetch comprehensive details about any IP address with a single GET request.
/ip/{ip_address}
curl --request GET \n --url https://your-api-host.com/ip/192.11.22.33 \n --header 'Accept: application/json'
{ "timezone": "America/New_York", "country": "United States", "region": "NY", "city": "New York", "org": "Example Organization", "hostname": "example.host.com" }
{ip_address}
with the IP you wish to query./ip/{ip_address}
.