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

# Get Regions

`GET /v1/regions`

Retrieves a list of regions (states or provinces), optionally filtered by `CountryID` or `RegionID`.

## Query parameters

- `CountryID` integer
- `RegionID` integer

## Response `200`

A list of regions matching the specified criteria.

- RegionsDbEntity[]
  - `RegionID` integer, nullable — The unique identifier of the region.
  - `RegionName` string, nullable — The name of the region.
  - `ShortRegion` string, nullable — The abbreviated name or code for the region.
  - `CountryID` integer, nullable — The unique identifier of the country to which the region belongs.

---

[API](https://skmtc.net/nayax/apis/nayax-cortina-api.md) · [All operations](https://skmtc.net/nayax/apis/nayax-cortina-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nayax/nayax-cortina-api/versions/421f6f83c257/schema)
