UnifyAPI
← Back to catalog

ip.lookup

mock data$0.002 / call

IP 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)

Securityprovider: Ip#ip#security

Input schema

iprequired

IPv4 or IPv6 address to look up (e.g. "8.8.8.8", "2001:4860:4860::8888")

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.