Interactive API documentation powered by Scalar. Enable JavaScript to explore endpoints live, or see the endpoint summary below.
- GET /v1/ip/{ip}
- IP address lookup: geolocation, ASN, BGP routes, RPKI status, threat score.
- GET /v1/intel/{ip}
- Threat intelligence: score and individual findings (tag, score, severity).
- GET /v1/asn/{asn}
- ASN information: allocated/announced prefixes, BGP data, registry details.
- GET /v1/asn/{asn}/prefixes
- Announced prefixes for an ASN with limit/offset pagination.
- GET /v1/prefix/{cidr}
- Prefix info: more-specifics, BGP routes, RPKI/IRR status, RIR allocation.
- GET /v1/whois/{ip}
- WHOIS registration data: allocation, RIR, ASN, org, abuse contact.
- GET /v1/search?q={query}
- Search ASNs, prefixes, and organizations by name or number.
- GET /v1/me/ip
- Full IP info for the caller's own IP address.
- POST /v1/bulk
- Bulk IP lookup for up to 1,000 IPs. Requires API key.