Get information about a location.
GET
/locations/{location-id}
locations
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.instagram.com/v1/locations/'
Response Response Example
{
"data": {
"id": "string",
"latitude": 0,
"longitude": 0,
"name": "string"
},
"meta": {
"code": 0
}
}
Request
Path Params
location-id
string
required
Responses
Modified at 2023-08-15 03:55:31