---
title: "Get all regions"
method: GET
path: "/region"
tags: ["Regions"]
---

# Get all regions

`GET /region`

Get all geographical regions

## Query parameters

- `locale` 'en' | 'ar'

## Response `200`

Regions retrieved successfully

- Region[]
  - `id` string, required — Unique identifier for the region
  - `slug` string, required — URL-friendly identifier
  - `name` string, required — Name of the region

---

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