← Back to catalog
ip.bulk_lookup
mock data$0.005 / callBulk 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)
Input schema
ipsrequired
arrayArray of IPv4/IPv6 addresses to look up in bulk (max 100 per request)
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>"}'