curl -X POST "https://api.globalwebindex.com/v2/locations/filter" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{"namespaces": [{"code": "core"}]}'
{ "locations": [ { "id": "3", "iso_code": "arg", "name": "Argentina", "accessible": true, "code": "s2_54", "region": null, "namespaces": [] }, { "id": "31", "iso_code": "deu", "name": "Germany", "accessible": true, "code": "s2_49", "region": null, "namespaces": [] }, ... ] }
s2_49
Was this page helpful?