IPv4 Address Space Monitoring API
The live query
CURL Example
https://api.bigdatacloud.net/data/address-space-stats-ipv4
CURL Example
Visit our SDK page to access API clients in specific languages like Javascript, Python + PHP.
Response
Response Format
Field |
Data type |
Description |
---|---|---|
totalAddresses |
32 bit unsigned integer |
Total IPv4 addresses included in distribution |
totalAnnounced |
32 bit unsigned integer |
Total BGP announced IPv4 addresses included in distribution |
totalBogon |
32 bit unsigned integer |
Total bogon IPv4 addresses announced included in distribution |
distribution |
Array of <distribution> objects |
Regional Internet Registry (RIR) distribution |
updated |
string |
Last updated timestamp in ISO 8601 format |
bgpDataTimeStamp |
string |
BGP data timestamp in ISO 8601 format |
registryDataTimeStamp |
string |
RIR data timestamp in ISO 8601 format |
API Endpoint
Endpoint: | /data/address-space-stats-ipv4 |
---|---|
Full URL: | https://api.bigdatacloud.net/data/address-space-stats-ipv4 |