Network & IP
IP intelligence, reverse DNS, WHOIS, ASN overviews, BGP, RPKI, and CIDR math — all powered by RIPEstat and RDAP.
| Method | Path | Summary |
|---|---|---|
| GET | /api/ip/:ip | Full IP intelligence (geo, ASN, RIR, bogon, reverse) |
| GET | /api/reverse-dns/:ip | PTR record lookup |
| GET | /api/whois/ip/:ip | RDAP whois for an IP |
| GET | /api/network/intelligence/:ip | Combined IP + ASN + prefix context |
| GET | /api/asn/:asn | ASN overview, holder, country, prefixes |
| GET | /api/bgp/prefix/:prefix | BGP origin / paths for a prefix |
| GET | /api/bgp/asn/:asn | Announced prefixes for an ASN |
| GET | /api/rpki/:prefix | RPKI validation state |
| GET | /api/cidr/analyze/:cidr | Network/broadcast/usable/mask math |
| GET | /api/cidr/expand/:cidr | Enumerate addresses in a CIDR (bounded) |
| POST | /api/cidr/summarize | Aggregate a list of CIDRs |
See the full reference or fetch the live OpenAPI 3.1 spec.