High-volume batch processing, webhook alerts, full ASN data downloads, and a dedicated Slack channel for your team.
10M
requests / month
100
IPs per batch
99.9%
SLA
Resolve up to 100 IPs in a single request. Ideal for log analysis, SIEM enrichment, and bulk fraud checks.
Get notified via webhook when specific IP ranges or ASNs are seen hitting your API key.
Monthly ASN and geolocation database snapshots in CSV/JSON for offline enrichment pipelines.
POST an array of IPs and receive the full enriched payload for each. Ideal for SIEM integrations, log pipelines, and fraud queues.
Counting tip
Each IP in a batch request counts as 1 API call against your monthly quota. A batch of 50 uses 50 credits.
POST /v2/ip/batch
// Request body { "ips": [ "8.8.8.8", "1.1.1.1", "185.220.101.5" ] } // Response { "results": [ { "ip": "8.8.8.8", "country": "US", "abuse_score": 0 }, { "ip": "1.1.1.1", "country": "AU", "abuse_score": 2 }, { "ip": "185.220.101.5", "country": "DE", "abuse_score": 94 } ], "count": 3, "credits_used": 3 }
| Limit | Value |
|---|---|
| Monthly requests | 10,000,000 |
| Requests per second | 1,000 |
| Batch endpoint | 100 IPs / request |
| Webhooks | Up to 5 endpoints |
| Data downloads | Monthly snapshots |
| SLA uptime | 99.9% |
| Support | Dedicated Slack channel |
Batch API, webhooks, and data downloads ready on day one. Need more? Talk to us about Enterprise.