---
title: "Retrieves summary country information for the provided marketId and filters"
method: GET
path: "/v1/countries"
tags: ["v1"]
---

# Retrieves summary country information for the provided marketId and filters

`GET /v1/countries`

Authorization is not required

## Query parameters

- `marketId` string, bcp-47, required

## Response `200`

Request was successful

- CountrySummary[]
  - `callingCode` string — The calling code prefix used for phone numbers in this country
  - `countryKey` string, iso-country-code — The ISO country-code
  - `label` string — The localized name of the country

## Other responses

- `422` — marketId is required
- `429` — Too many requests received within interval
- `500` — Internal server error

---

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