The CIDR Networks API retrieves a list of all the networks currently being announced on the Border Gateway Protocol (BGP) within a particular CIDR range.
This endpoint has native IPv6 support and backs the API calls routed over both IPv4 and IPv6 networks
Parameter
Type
Required
Description
cidr
string
Yes
CIDR range in a x.x.x.x/y format. Where x: (0-255), y: (0-32)
depthLimit
integer (int32)
Optional, default value: 1
Defines how many hierarchical levels down to include in the response
localityLanguage
string
Optional, default value: en
Preferred language for locality names in ISO 639-1 format,
such as 'en' for English, 'es' for Spanish etc. If the requested language is not available for a requested location,
it will default to English. If no English variant is known, will provide the native, local names
subnetsBatchSize
integer (int32)
Optional, default value: 20
number of subnetwork entries to retrieve. reads 20 if omitted, 20 is the hard limit
subnetsOffset
integer (int32)
Optional, default value: 0
the number of subnetwork entries to skip. reads 0 if omitted.