Skip to content

Locations

GET/v2/locations

Returns a list of all supported locations. Use the returned location codes when configuring keyword filters.

100 req/60s

Try it

Response

json
{
  "locations": [
    { "code": "US", "name": "United States" },
    { "code": "HR", "name": "Croatia" },
    { "code": "GB", "name": "United Kingdom" },
    { "code": "DE", "name": "Germany" }
  ]
}

Response Fields

FieldTypeDescription
locationsarrayList of supported location objects
locations[].codestringISO country code (e.g. US, HR, GB)
locations[].namestringHuman-readable location name in English

Built by Determ — Media Monitoring & Analytics