IPv4 Address Space Monitoring API
This API returns a consolidated status report for the entire IPv4 address space, combining registry allocation data with live BGP announcement status in a single response.
The data is kept current with BGP updates every two hours and registry data refreshed at least daily — making it suitable for monitoring tools that need to track allocation changes, detect unannounced or hijacked prefixes, or maintain an up-to-date view of the routable IPv4 space. For an interactive view of the same data, see the IPv4 Address Space Monitoring page.
GET
https://api-bdc.net/data/address-space-stats-ipv4Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
key | string | Optional | Your API key |
Responses
200OK
Sample Request
https://api-bdc.net/data/address-space-stats-ipv4?key=[YOUR API KEY]Sample Response
JSON View
Response Schema
totalAddressesintegerTotal IPv4 addresses included in distribution
totalAnnouncedintegerTotal BGP announced IPv4 addresses included in distribution
totalBogonintegerTotal bogon IPv4 addresses announced included in distribution
▶distributionarrayRegional Internet Registry (RIR) distribution
namestringRIR Name
totalAddressesintegerTotal IPv4 addresses included in distribution
totalAnnouncedintegerTotal BGP announced IPv4 addresses included in distribution
totalBogonintegerTotal bogon IPv4 addresses announced included in distribution
▶rirsarrayDistribution by RIR
namestringRIR Name
totalAddressesintegerTotal IPv4 addresses included in distribution
totalAnnouncedintegerTotal BGP announced IPv4 addresses included in distribution
totalBogonintegerTotal bogon IPv4 addresses announced included in distribution
updatedstringLast updated timestamp in ISO 8601 format
bgpDataTimeStampstringBGP data timestamp in ISO 8601 format
registryDataTimeStampstringRIR data timestamp in ISO 8601 format
403Access denied, or your quota limit has exceeded
Sample Response
JSON View
500An error has occurred and did not complete your request. Please try again
Sample Response
JSON View