---
title: "Get origin shielding locations"
method: GET
path: "/cdn/shieldingpop_v2"
tags: ["Origin shielding"]
---

# Get origin shielding locations

`GET /cdn/shieldingpop_v2`

Get information about all origin shielding locations available in the account.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful.

- union
  - ShieldingLocationItem[]
    - `id` integer — Origin shielding location ID.
    - `datacenter` string — Name of origin shielding location datacenter.
    - `country` string — Country of origin shielding location.
    - `city` string — City of origin shielding location.
  - object
    - `count` integer, required — Total number of items.
    - `next` string, nullable, required — URL to the next page of results. Null if current page is the last one.
    - `previous` string, nullable, required — URL to the previous page of results. Null if current page is the first one.
    - `results` ShieldingLocationItem[], required — List of items on the current page.
      - `id` integer — Origin shielding location ID.
      - `datacenter` string — Name of origin shielding location datacenter.
      - `country` string — Country of origin shielding location.
      - `city` string — City of origin shielding location.

---

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