---
title: "List regions"
method: GET
path: "/api/v1/public/regions"
tags: ["Catalog"]
---

# List regions

`GET /api/v1/public/regions`

Returns all active data center regions.

## Response `200`

List of regions

- object
  - `success` boolean
  - `regions` Region[]
    - `id` integer, required — Region identifier
    - `code` string, required — Region code used in API requests
    - `name` string, required — Human-readable region name
    - `country_code` string, required — ISO country code
    - `flag` string — Country flag emoji
    - `display_order` integer — Sort order for display
    - `is_default` boolean, required — Whether this is the default region

---

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