Skip to main content

Regions / States

Returns the regions found by the search, if any.

Getting Started

URL REQUEST (GET)
https://api.statsocial.com/platform/v0/location/regions

The query to search

https://api.statsocial.com/platform/v0/location/regions?query=xxx
note

Let's use the data in this section when creating audiences

Let's go to examples

Query

You can search for any region, in this example we will search for New York

https://api.statsocial.com/platform/v0/location/regions?query=New%20York

We will receive a json like this

{
"response": {
"data": [
{
"id": "3372",
"name": "New York",
"kind": "region"
}
]
},
"information": {
"version": "0.0.1"
}
}