← Back to catalog
ip.lookup
mock data$0.002 / callIP Address Lookup
Look up any IP address — geolocation (country, city, coordinates), 9 security flags (VPN, Tor, proxy, datacenter, abuser, crawler, bogon, mobile, satellite), ASN, company info, abuse contacts (ipapi.is)
Input schema
iprequired
stringIPv4 or IPv6 address to look up (e.g. "8.8.8.8", "2001:4860:4860::8888")
Call via REST
curl -X POST https://unifyapi.pro/api/call/ip.lookup \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"ip":"<ip>"}'