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

# Get a single country

`GET /countries/{id}`

## Response `200`

Returns the data associated with the country

- Country
  - `_meta` object
  - `code` string, required
  - `default` boolean
  - `localizedName` string
  - `name` string, required

## Other responses

- `304` — Not modified
- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/ledgersmb/apis/ledgersmb-api.md) · [All operations](https://skmtc.dev/ledgersmb/apis/ledgersmb-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ledgersmb/ledgersmb-api/revisions/1f2195427ce4/schema)
