Networks by CIDR API
The live query
CURL Example
https://api.bigdatacloud.net/data/network-by-cidr
CURL Example
curl -X GET --header 'Accept: application/json' 'https://api.bigdatacloud.net/data/network-by-cidr'
Visit our SDK page to access API clients in specific languages like Javascript, Python + PHP.
Response
Response Format
Field |
Data type |
Description |
---|---|---|
cidr |
string |
CIDR range to represent the response |
parent |
string |
Parent network in CIDR format |
networks |
Array of <Range/Network> objects |
Array of a network/range objects resembling the CIDR range of interest. Omitted if a single network |
network |
<Network> object |
Network details. Omitted if multiple networks |
API Endpoint
Endpoint: | /data/network-by-cidr |
---|---|
Full URL: | https://api.bigdatacloud.net/data/network-by-cidr |