---
title: "List Regions"
method: GET
path: "/regions"
tags: ["Regions"]
---

# List Regions

`GET /regions`

Lists all available regions where applications can be deployed, including their anycast support and capacity status.

## Query parameters

- `nextCursor` string
- `limit` integer

## Response `200`

Regions were successfully retrieved.

- ListRegionsResponse
  - `items` Region[]
    - `id` string
    - `name` string
    - `group` string
    - `hasAnycastSupport` boolean
    - `hasCapacity` boolean
  - `meta` ListMeta
    - `totalItems` integer
  - `cursor` string, nullable

## Other responses

- `400` — Bad Request
- `401` — User is unauthorized.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/revisions/9e622620664b/schema)
