IP Geolocation
The IP Geolocation API delivers comprehensive geographic and network intelligence for any IP address. Each IP lookup returns country, region, city, ZIP code, ISP, ASN number, timezone, latitude and longitude, currency, and threat intelligence flags — all in a single fast API call. Supports both IPv4 and IPv6 with 99.9% accuracy. Used by fraud prevention teams to flag suspicious logins from…
IP Geolocation endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get client IP /api/ip |
Get client IP |
| GET |
Basic geolocation (client IP) /api/geolocate |
Retrieve basic location details of the client IP. This endpoint returns simple geolocation data such as country, region, city, and timezone for the requester’s IP address. |
| GET |
Basic geolocation (specific IP) /api/geolocate/{ip} |
Retrieve basic geolocation data for a specific IP. This endpoint returns simple location details such as country, region, city, and timezone for the provided IP address. |
| GET |
Detailed geolocation (client IP) /api/geolocate/detailed |
Retrieve detailed location data of the client IP. This endpoint returns full geolocation details for the requester’s IP, including country, region, city, latitude, longitude,… |
| GET |
Security analysis (client IP) /api/security |
Perform a security check on the client IP. This endpoint analyzes the requester’s IP address and returns security-related data such as proxy/VPN detection, threat level, and risk… |
| GET |
Detailed geolocation (specific IP) /api/geolocate/detailed/{ip} |
Retrieve detailed location data for a specific IP. This endpoint provides full geolocation details including country, region, city, latitude, longitude, timezone, ISP, and ASN… |
| GET |
Security analysis (specific IP) /api/security/{ip} |
Perform a security analysis on a specific IP. This endpoint checks the given IP address for security risks, including proxy/VPN usage, spam activity, blacklist status, and… |
| GET |
ISP information (client IP) /api/isp |
Retrieve ISP details of the client IP. This endpoint returns the Internet Service Provider (ISP) name, ASN, organization, and connection type for the requester’s IP address. |
| GET |
ISP information (specific IP) /api/isp/{ip} |
Retrieve ISP details for a specific IP. This endpoint provides information such as ISP name, ASN, organization, and connection type for the given IP address. |
| GET |
Compare providers /api/compare/{ip} |
Compare geolocation data from multiple providers. This endpoint queries different geolocation services for one or more IPs and returns a side-by-side comparison of results,… |
| POST |
Bulk IP lookup /api/bulk |
Retrieve geolocation data for multiple IPs. This endpoint accepts a list of IP addresses and returns geolocation details (country, city, region, latitude, longitude, ISP, etc.)… |
IP Geolocation pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $2 / month | — |
|
| PRO | $5 / month | — |
|
| ULTRA Recommended | $7 / month | — |
|
| MEGA | $15 / month | — |
|