Skip to main content
GET
/
regions
List Regions
curl --request GET \
  --url https://api.bunny.net/mc/regions \
  --header 'AccessKey: <api-key>'
{
  "items": [
    {
      "id": "<string>",
      "name": "<string>",
      "group": "<string>",
      "hasAnycastSupport": true,
      "hasCapacity": true
    }
  ],
  "meta": {
    "totalItems": 123
  },
  "cursor": "<string>"
}

Authorizations

AccessKey
string
header
required

Please enter a valid personal API key.

Query Parameters

nextCursor
string
limit
integer<int32>
default:20
Required range: 1 <= x <= 1000

Response

Regions were successfully retrieved.

items
object[]
meta
object
cursor
string | null