---
title: "Get a complete list of all supported countries."
method: GET
path: "/1.0/search/countries"
tags: ["/1.0/search/countries"]
---

# Get a complete list of all supported countries.

`GET /1.0/search/countries`

Get a complete list of all supported countries.

## Response `200`

Success

- JsonCountries — A Result consisting of a list of countries.
  - `country` JsonCountry[] — result list of countries
    - `code` string — The country's <a href= "http://www.iso.org/iso/english_country_names_and_code_elements" >ISO code</a>. E.g. <em>&quot;ie&quot;</em> for Ireland
    - `name` string — The country's name. Can be a localized name - e.g. <em>&quot;Austria&quot;</em> or <em>&quot;&Ouml;sterreich&quot;</em> for Austria if the German name was requested.
  - `total` number — the total amount of items matching the query
  - `page` number — the current page. starts at 1
  - `itemsPerPage` number — the amount of items you get per page

---

[API](https://skmtc.dev/setlist/apis/setlist-fm-api.md) · [All operations](https://skmtc.dev/setlist/apis/setlist-fm-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/setlist/setlist-fm-api/revisions/16af169c0ca3/schema)
