Logo
Modash API Documentation

List Locations

GET {{baseUrl}}/v1/instagram/locations?limit=32560241.38876015&query=nostrud proident qui eu Lorem

Search the list of locations for Influencers.

 

Body PARAM

Key Datatype Required Description 
limit
string Max items to get
query
string String to search by



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "locations": [ { "id": 51800, "name": "London", "title": "London, United Kingdom" }, { "id": 51800, "name": "London", "title": "London, United Kingdom" } ], "total": 8477, "error": false }



Curl
curl -X GET 'https://api.modash.io/v1/instagram/locations?limit=32560241.38876015&query=nostrud proident qui eu Lorem?limit=32560241.38876015&query=nostrud proident qui eu Lorem' -H 'Accept: application/json'

ENDPOINTS