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"
}
]
}