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
Example response
[
{
"country": "US",
"name": "USA",
"flag": "https://cdn.watchmode.com/misc_images/icons/usFlag2.png",
"data_tier": 1,
"plan_enabled": true
}
]