---
title: "Get region"
method: GET
path: "/regions/{region_id}"
tags: ["Regions"]
---

# Get region

`GET /regions/{region_id}`

Retrieves the specified region.

## Path parameters

- `region_id` string, required

## Response `200`

OK

- Region — The hosting region.
  - `id` string — The ID of the region.
  - `label` string — The human-readable name of the region.
  - `zone` string — Geographical zone of the region
  - `selection_label` string — The label to display when choosing between regions for new projects.
  - `project_label` string — The label to display on existing projects.
  - `timezone` string — Default timezone of the region
  - `available` boolean — Indicator whether or not this region is selectable during the checkout. Not available regions will never show up during checkout.
  - `private` boolean — Indicator whether or not this platform is for private use only.
  - `endpoint` string — Link to the region API endpoint.
  - `provider` object — Information about the region provider.
    - `name` string
    - `logo` string
  - `datacenter` object — Information about the region provider data center.
    - `name` string
    - `label` string
    - `location` string
  - `environmental_impact` object — Information about the region provider's environmental impact.
    - `zone` string
    - `carbon_intensity` string
    - `green` boolean

## Other responses

- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/upsun/apis/upsun-com-rest-api.md) · [All operations](https://skmtc.net/upsun/apis/upsun-com-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upsun/upsun-com-rest-api/revisions/6cc88fde6435/schema)
