---
title: "List supported regions"
method: GET
path: "/regions"
tags: ["Configuration"]
---

# List supported regions

`GET /regions`

Returns a list of all countries/regions that Watchmode supports, including data quality tier and plan availability.

## Response `200`

List of supported regions

- Region[]
  - `country` string — 2-letter country code
  - `name` string — Country name
  - `flag` string, uri — URL to flag image
  - `data_tier` 1 | 2 — Data quality tier (1 = highest)
  - `plan_enabled` boolean — Whether region is enabled for your plan

## Other responses

- `401` — Invalid or missing API key

---

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