Skip to main content
GET
/
v1
/
ip
/
expand-cidr
Expand Cidr
curl --request GET \
  --url https://api.example.com/v1/ip/expand-cidr \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

network
string
required

Network in CIDR notation

limit
integer
default:256

Maximum IPs to return

Required range: 1 <= x <= 1024

Response

Successful Response