---
title: "Get a single country"
method: GET
path: "/countries/{country}"
tags: ["countries"]
---

# Get a single country

`GET /countries/{country}`

## Path parameters

- `country` string, required

## Headers

- `Authorization` string, required

## Response `200`

OK

## Other responses

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

---

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