IPKit API
### What It Does IPKit API provides fast, reliable IP intelligence using a built-in GeoIP database — no external API calls, no rate limits from third parties. Supports both IPv4 and IPv6 with consistent JSON responses. ### Endpoints GET /lookup — look up geolocation for any IP via query parameter. Returns country, region, city, timezone, and lat/lon coordinates. Available on all plans. POST…
IPKit API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Lookup | ||
| POST |
/lookup /lookup |
Get geolocation and metadata for an IP address. |
| POST |
/batch /batch |
Look up multiple IP addresses in one request. Batch size: BASIC=1, PRO=10, ULTRA=50, MEGA=200. |
| GET |
/lookup /lookup |
Get geolocation and metadata for an IP address. |
| Validation | ||
| GET |
/validate /validate |
Check if an IP address is valid and whether it is private or public. |
| POST |
/validate /validate |
|
IPKit API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 60 / minute |
|
| PRO | $9 / month | 300 / minute |
|
| ULTRA | $29 / month | 600 / minute |
|
| MEGA Recommended | $99 / month | 1200 / minute |
|