---
title: "Get Country by Code"
method: GET
path: "/v1/countries/{CountryCode}"
tags: ["Lookups"]
---

# Get Country by Code

`GET /v1/countries/{CountryCode}`

Retrieves the details of a specific country identified by `CountryCode`.

## Path parameters

- `CountryCode` string, required

## Response `200`

The details of the country associated with the specified code.

- CountryCodes — Represents detailed information about a country, including its identifiers, name, and dialing code.
  - `CountryID` integer, nullable — The unique identifier of the country.
  - `CountryCode` string, nullable — The ISO 3166-1 alpha-2 code of the country (e.g., "US" for the United States).
  - `CountryName` string, nullable — The full name of the country.
  - `CountryDialingCode` integer, nullable — The international dialing code for the country (e.g., 1 for the United States).
  - `CountryReference` integer, nullable — An internal reference number associated with the country.
  - `CountryISONumericCode` integer, nullable — The ISO 3166-1 numeric code of the country (e.g., 840 for the United States).

---

[API](https://skmtc.net/nayax/apis/nayax-cortina-api.md) · [All operations](https://skmtc.net/nayax/apis/nayax-cortina-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nayax/nayax-cortina-api/revisions/421f6f83c257/schema)
