---
title: "Retrieve a single Region information object."
method: GET
path: "/countries/{country_code}/regions/{region_code}.json"
tags: ["Countries", "Regions"]
---

# Retrieve a single Region information object.

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

## Path parameters

- `country_code` string, string, required
- `region_code` string, string, required

## Response `200`

A Region information object

- Region
  - `code` string
  - `name` string
  - `iso` string

## Other responses

- `404` — Country or Region 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/versions/7512c6ae3524/schema)
