---
title: "Gets known countries."
method: GET
path: "/Localization/Countries"
tags: ["Localization"]
---

# Gets known countries.

`GET /Localization/Countries`

## Response `200`

Known countries returned.

- CountryInfo[]
  - `Name` string, nullable — Gets or sets the name.
  - `DisplayName` string, nullable — Gets or sets the display name.
  - `TwoLetterISORegionName` string, nullable — Gets or sets the name of the two letter ISO region.
  - `ThreeLetterISORegionName` string, nullable — Gets or sets the name of the three letter ISO region.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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