---
title: "Region list"
method: GET
path: "/region"
tags: ["Region"]
---

# Region list

`GET /region`

## Response `200`

Returns the list of region codes

- RegionModel[]
  - `Id` integer — The unique ID of the region
  - `Name` string, nullable — The display name of the region
  - `PricePerGigabyte` number — The traffic pricing per gigabyte for the region
  - `RegionCode` string, nullable — The region short code
  - `ContinentCode` string, nullable — The continent code of the region
  - `CountryCode` string, nullable — 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

## Other responses

- `500` — Internal 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)
