UnifyAPI
← Back to catalog

ip.bulk_lookup

mock data$0.005 / call

Bulk IP Lookup

Look up multiple IP addresses in one call (max 100) — country, city, VPN/Tor/proxy flags, ASN, and organization for each IP (ipapi.is)

Securityprovider: Ip#ip#security

Input schema

ipsrequired

Array of IPv4/IPv6 addresses to look up in bulk (max 100 per request)

array

Call via REST

curl -X POST https://unifyapi.pro/api/call/ip.bulk_lookup \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"ips":"<ips>"}'

Try it

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