---
title: "Get a specific region of a given country"
method: GET
path: "/regions/{country}/{id}"
tags: ["regions"]
---

# Get a specific region of a given country

`GET /regions/{country}/{id}`

## Path parameters

- `country` string, required
- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

OK

## Other responses

- `401` — No token provided
- `404` — Country not found

---

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