🌍 IP Lookup & Intelligence APIs

Get detailed geolocation, ISP information, and threat intelligence from any IP address. Detect VPNs, proxies, and datacenter traffic.

IP Geolocation

Accurate IP geolocation with city, country, and coordinates

GET /api/geoip
Description
Get location from IP address
Quick Tips
  • Use your bearer token in headers
  • Check response format below
  • Test with our API demo tab
cURL Example
curl -X GET https://api.zipsuite.io/api/geoip?ip=8.8.8.8

Proxy Detection

Identify VPN, proxy, and anonymizer usage

GET /api/proxy/detect
Description
Detect VPN and proxy usage
Quick Tips
  • Use your bearer token in headers
  • Check response format below
  • Test with our API demo tab
cURL Example
curl -X GET https://api.zipsuite.io/api/proxy/detect?ip=8.8.8.8

ISP Lookup

Retrieve ISP name, ASN, and organization details

GET /api/isp/lookup
Description
Get ISP information
Quick Tips
  • Use your bearer token in headers
  • Check response format below
  • Test with our API demo tab
cURL Example
curl -X GET https://api.zipsuite.io/api/isp/lookup?ip=8.8.8.8

Threat Intelligence

Check IP against threat databases and blacklists

GET /api/threat/check
Description
Check if IP is blacklisted
Quick Tips
  • Use your bearer token in headers
  • Check response format below
  • Test with our API demo tab
cURL Example
curl -X GET https://api.zipsuite.io/api/threat/check?ip=8.8.8.8

Batch Lookup

Batch lookup for multiple IP addresses

POST /api/batch/lookup
Description
Lookup multiple IPs
Quick Tips
  • Use your bearer token in headers
  • Check response format below
  • Test with our API demo tab
cURL Example
curl -X POST https://api.zipsuite.io/api/batch/lookup