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

# Get Regions

`GET /v1/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
    - `mpg_available` boolean
    - `name` string
    - `requires_paid_plan` boolean

## Changes

- **2026-08-12** `f54480c4ce7f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/machines/apis/machines-api/changes/v1/platform/regions/get.md)

---

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