v32

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

Get CDN servers IP addresses

Get all IP addresses of CDN servers that can be used to pull content from your origin.

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

This request does not require authorization.

get/cdn/public-ip-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 addresses.

addresses_v6string[]

List of IPv6 addresses.

Example response

{
  "addresses": [
    "92.223.74.19/32"
  ],
  "addresses_v6": [
    "2a03:90c0:191:2801::8/128"
  ]
}