---
title: "Get a single Country record"
method: GET
path: "/v3/countries/{id}/"
tags: ["countries"]
---

# Get a single Country record

`GET /v3/countries/{id}/`

Get a single Country record

## Path parameters

- `id` integer, required

## Response `200`

- Country
  - `id` integer, required
  - `country_id` integer, required
  - `name` string, required
  - `iso_alpha3` string, nullable — ISO 3166-1 alpha-3
  - `iso_alpha2` string, nullable — ISO 3166-1 alpha-2

## Other responses

- `400`
- `429`

---

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