v2

latestOpenAPI 3.0.3Proprietary2026-07-26232599.0 KB
Configuration

List supported regions

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

get/regions

Response

List of supported regions

countrystring

2-letter country code

namestring

Country name

flagstring uri

URL to flag image

data_tier1 | 2

Data quality tier (1 = highest)

plan_enabledboolean

Whether region is enabled for your plan

Example response

[
  {
    "country": "US",
    "name": "USA",
    "flag": "https://cdn.watchmode.com/misc_images/icons/usFlag2.png",
    "data_tier": 1,
    "plan_enabled": true
  }
]