---
title: "List App Regions"
method: GET
path: "/v2/apps/regions"
tags: ["DigitalOcean-public.v2-new_Apps"]
---

# List App Regions

`GET /v2/apps/regions`

List all regions supported by App Platform.

## Response `200`

A JSON object with key `regions`

- AppsListRegionsResponse
  - `regions` AppsRegion[]
    - `continent` string
    - `data_centers` string[]
    - `default` boolean — Whether or not the region is presented as the default.
    - `disabled` boolean
    - `flag` string
    - `label` string
    - `reason` string
    - `slug` string

## 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)
