---
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.net/machines/apis/machines-api.md) · [All operations](https://skmtc.net/machines/apis/machines-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/machines/machines-api/versions/633ddedda749/schema)
