POST
/
v2
/
locations
/
filter
v2 Locations Filter
curl --request POST \
  --url https://api.globalwebindex.com/v2/locations/filter \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "include": {
    "regions": true
  },
  "namespaces": [
    {
      "code": "<string>"
    }
  ],
  "waves": [
    {
      "code": "<string>"
    }
  ]
}'
{
  "locations": [
    {
      "accessible": true,
      "code": "<string>",
      "id": "<string>",
      "iso_code": "<string>",
      "name": "<string>",
      "namespaces": [
        {
          "code": "<string>",
          "wave_codes": [
            "<string>"
          ]
        }
      ],
      "region": {
        "area": "<string>",
        "code": "<string>",
        "id": "<string>",
        "name": "<string>"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Body

application/json

request for filter

The body is of type object.

Response

200
application/json

details about locations

The response is of type object.