---
title: "List All Data Center Regions"
method: GET
path: "/v2/regions"
tags: ["DigitalOcean-public.v2-new_Regions"]
---

# List All Data Center Regions

`GET /v2/regions`

To list all of the regions that are available, send a GET request to `/v2/regions`.
The response will be a JSON object with a key called `regions`. The value of this will be an array of `region` objects, each of which will contain the standard region attributes.

## Query parameters

- `per_page` integer
- `page` integer

## Response `200`

A JSON object with a key set to `regions`. The value is an array of `region` objects, each of which contain the standard `region` attributes.

- object
  - `regions` Region[], required
    - `name` string, required — The display name of the region. This will be a full name that is used in the control panel and other interfaces.
    - `slug` string, required — A human-readable string that is used as a unique identifier for each region.
    - `features` string[], required — This attribute is set to an array which contains features available in this region
    - `available` boolean, required — This is a boolean value that represents whether new Droplets can be created in this region.
    - `sizes` string[], required — This attribute is set to an array which contains the identifying slugs for the sizes available in this region. sizes:read is required to view.
  - `links` PageLinks
    - `pages` union
      - ForwardLinks
        - `last` string — URI of the last page of the results.
        - `next` string — URI of the next page of the results.
      - BackwardLinks
        - `first` string — URI of the first page of the results.
        - `prev` string — URI of the previous page of the results.
      - unknown
  - `meta` object, required — Information about the response itself.
    - `total` integer, required — Number of objects returned by the request.

## Other responses

- `401` — Authentication failed due to invalid credentials.
- `429` — The API rate limit has been exceeded.
- `500` — There was a server error.
- `default` — There was an unexpected error.

---

[API](https://skmtc.net/digitalocean/apis/digitalocean-api.md) · [All operations](https://skmtc.net/digitalocean/apis/digitalocean-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitalocean/digitalocean-api/versions/cb3bf9b21459/schema)
