Skip to main content
GET
/
region
Region list
curl --request GET \
  --url https://api.bunny.net/region \
  --header 'AccessKey: <api-key>'
[
  {
    "Id": 123,
    "Name": "<string>",
    "PricePerGigabyte": 123,
    "RegionCode": "<string>",
    "ContinentCode": "<string>",
    "CountryCode": "<string>",
    "Latitude": 123,
    "Longitude": 123,
    "AllowLatencyRouting": true
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.bunny.net/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

AccessKey
string
header
required

API Access Key authorization header

Response

Returns the list of region codes

Id
integer<int64>

The unique ID of the region

Name
string | null

The display name of the region

PricePerGigabyte
number<decimal>

The traffic pricing per gigabyte for the region

RegionCode
string | null

The region short code

ContinentCode
string | null

The continent code of the region

CountryCode
string | null

The country code of the region

Latitude
number<double>

The latitude coordinate for this region

Longitude
number<double>

The longitude coordinate for this region

AllowLatencyRouting
boolean

Determines weather this region can be selected as a DNS latency routing region