Accurate IP geolocation with city, country, and coordinates
curl -X GET https://api.zipsuite.io/api/geoip?ip=8.8.8.8
Identify VPN, proxy, and anonymizer usage
curl -X GET https://api.zipsuite.io/api/proxy/detect?ip=8.8.8.8
Retrieve ISP name, ASN, and organization details
curl -X GET https://api.zipsuite.io/api/isp/lookup?ip=8.8.8.8
Check IP against threat databases and blacklists
curl -X GET https://api.zipsuite.io/api/threat/check?ip=8.8.8.8
Batch lookup for multiple IP addresses
curl -X POST https://api.zipsuite.io/api/batch/lookup