---
title: "List of supported countries."
method: GET
path: "/api/v4/countries"
tags: ["Supporting APIs"]
---

# List of supported countries.

`GET /api/v4/countries`

Returns every country Listings API supports along with its states/provinces and the ISO codes used when creating or updating locations.

## Response `200`

Successful response

- CountryType[]
  - `iso` string, required
  - `name` string, required
  - `dialCode` string
  - `states` StateType[]
    - `iso` string, required
    - `name` string, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Server error

---

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