---
title: "Retrieve all Regions from a single Country."
method: GET
path: "/countries/{country_code}/regions.json"
tags: ["Countries", "Regions"]
---

# Retrieve all Regions from a single Country.

`GET /countries/{country_code}/regions.json`

## Path parameters

- `country_code` string, string, required

## Response `200`

An array of Regions from a single Country

- Region[]
  - `code` string
  - `name` string
  - `iso` string

## Other responses

- `404` — Country Not Found.

---

[API](https://skmtc.net/jumpseller/apis/jumpseller-api.md) · [All operations](https://skmtc.net/jumpseller/apis/jumpseller-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jumpseller/jumpseller-api/revisions/d63f37bfbe02/schema)
