v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
IP addresses list

Get CDN servers networks

Get all CDN networks that can be used to pull content from your origin.

This list is updated periodically. If you want to use network from this list to configure IP ACL on your origin, you need to independently monitor its relevance. We recommend using a script for automatically update IP ACL.

This request does not require authorization.

get/cdn/public-net-list

Query parameters

format'json' | 'plain'

Optional format override. When set, this takes precedence over the Accept header.

Headers

Accept'application/json' | 'text/plain'

Content negotiation header. Defaults to application/json if not provided.

Response

Successful.

addressesstring[]

List of IPv4 networks.

addresses_v6string[]

List of IPv6 networks.

Example response

{
  "addresses": [
    "185.239.155.0/24"
  ],
  "addresses_v6": [
    "2a03:90c0:391:2801::/112"
  ]
}