v8

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2025-10-165266542.4 MB
DigitalOcean-public.v2-new_Apps

List App Regions

List all regions supported by App Platform.

get/v2/apps/regions

Response

A JSON object with key regions

Example response

{
  "regions": [
    {
      "continent": "europe",
      "data_centers": [
        "ams"
      ],
      "default": true,
      "disabled": true,
      "flag": "ams",
      "label": "ams",
      "reason": "to crowded",
      "slug": "basic"
    }
  ]
}