---
title: "Get country by ID"
method: GET
path: "/api/countries/{country_id}"
tags: ["countries"]
---

# Get country by ID

`GET /api/countries/{country_id}`

Get a single country by its ID

## Path parameters

- `country_id` integer, required

## Response `200`

Successful Response

- CountryResponse — Country response model.
  - `id` integer, required — Country ID
  - `name` string, required — Country name
  - `numeric_code` string, nullable — Numeric code
  - `iso_alpha_3` string, nullable — ISO 3166-1 alpha-3 code
  - `iso_alpha_2` string, nullable — ISO 3166-1 alpha-2 code

## Other responses

- `422` — Validation Error

---

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