---
title: "Get Regions"
method: GET
path: "/platform/regions"
tags: ["Platform"]
---

# Get Regions

`GET /platform/regions`

List all regions on the platform with their details.

## Response `200`

OK

- MainRegionResponse
  - `nearest` string
  - `regions` MainRegionRow[]
    - `code` string
    - `deprecated` boolean
    - `gateway_available` boolean
    - `geo_region` string
    - `latitude` number
    - `longitude` number
    - `name` string
    - `requires_paid_plan` boolean

---

[API](https://skmtc.dev/fly/apis/machines-api.md) · [All operations](https://skmtc.dev/fly/apis/machines-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fly/machines-api/revisions/f5ad396d55d7/schema)
