---
title: "Get CDN servers networks"
method: GET
path: "/cdn/public-net-list"
tags: ["IP addresses list"]
---

# Get CDN servers networks

`GET /cdn/public-net-list`

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.

## Query parameters

- `format` 'json' | 'plain'

## Headers

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

## Response `200`

Successful.

- GetPublicNetworkList
  - `addresses` string[] — List of IPv4 networks.
  - `addresses_v6` string[] — List of IPv6 networks.

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
