---
title: "Get countries"
method: GET
path: "/lists/countries"
tags: ["Lists"]
---

# Get countries

`GET /lists/countries`

Returns a list of countries and subdivisions recognized by Bridge. Inclusion in this list does not guarantee Bridge product support for any country or subdivision.

## Response `200`

List of supported countries

- object
  - `count` integer, required — The total number of countries recognized by Bridge
  - `data` Country[], required — The list of countries recognized by Bridge
    - `name` string, required — The name of the country
    - `alpha3` string, required — The three-letter alpha-3 country code as defined in the ISO 3166-1 spec, used in Bridge APIs
    - `postal_code_format` string — A [Ruby-formatted regular expression](https://ruby-doc.org/3.4.2/Regexp.html) that matches valid postal codes for the country, or null if the country does not use postal codes.
    - `subdivisions` Subdivision[], required — A list of subdivisions for the country
      - `name` string, required — The name of the subdivision
      - `code` string, required — The subdivision code, which can be used in place of the name when interacting with Bridge via API

---

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