---
title: "Get country list"
method: GET
path: "/countries"
tags: ["Misc"]
---

# Get country list

`GET /countries`

Get list of countries and country codes.

## Response `200`

OK

- XiqCountry[]
  - `dial_code` string — The dialing code for international calls, typically prefixed by the '+' key for mobile.
  - `alpha2_code` string — The country ISO 2-letter code.
  - `country_code` integer — The country ISO numeric code.
  - `internal_country_codes` integer[] — Extreme IQ internal country codes.
  - `short_name` string — The country short name.
  - `name_en` string — The country official name in English.
  - `name_jp` string — The country official name in Japanese.
  - `name_fr` string — The country official name in French.
  - `name_de` string — The country official name in German.
  - `name_it` string — The country official name in Italian.
  - `name_pt` string — The country official name in Portuguese.
  - `name_zh` string — The country official name in Chinese.
  - `name_es` string — The country official name in Spanish.
  - `name_ko` string — The country official name in Korean.

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/revisions/5ff7ab84e8e8/schema)
