---
title: "Get countries"
method: GET
path: "/api/v2/countries"
tags: ["Common"]
---

# Get countries

`GET /api/v2/countries`

<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/Timezones%20and%20Countries/getCountries" target="_blank">Try in sandbox</a><br>

## Response `200`

Returned when successful.

- Country[]
  - `id` string, required — The 2-letter ISO country ID.
  - `name` string, required — Full country name.

## Other responses

- `401` — Unauthorized request.

---

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