Fly.io
Platform

Get Regions

View as Markdown

List all regions on the platform with their details.

GET
/platform/regions

List all regions on the platform with their details.

Authorization

bearerAuth
AuthorizationBearer <token>

A Fly.io access token. Create one with fly tokens create.

In: header

Response Body

application/json

curl -X GET "https://example.com/platform/regions"
{  "nearest": "string",  "regions": [    {      "code": "string",      "deprecated": true,      "gateway_available": true,      "geo_region": "string",      "latitude": 0,      "longitude": 0,      "name": "string",      "requires_paid_plan": true    }  ]}