---
title: "Get Countries"
method: GET
path: "/v1/countries"
tags: ["Lookups"]
---

# Get Countries

`GET /v1/countries`

Retrieves a list of countries, optionally filtered by `CountryID` or `DialCode`.

## Query parameters

- `CountryID` integer
- `DialCode` integer

## Response `200`

A list of countries matching the specified criteria.

- CountryCodes[]
  - `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)
