curl --location --request GET 'https://api.instagram.com/v1/locations/search'
{
"data": [
{
"id": "string",
"latitude": 0,
"longitude": 0,
"name": "string"
}
],
"meta": {
"code": 0
}
}
lat
, lng
are not required.lat
and lng
. Note that this method is deprecated; you should use the new foursquare IDs with V2 of their API.lng
is required.lat
is required.lat
and lng
.