v11

latestOpenAPI 3.1.12026-08-03174162.0 MB
Locations

Get location details

Fetch full location details including coordinates, timezone, and photo. Accepts location ID or provider identifier (e.g., Google Place ID). Uses cache-first strategy.

get/locations/{key}

Path parameters

keystring required

Location key - either a location ID (loc_xxx format) or provider-specific identifier (e.g., Google Place ID)

Example:loc_01hk153x00eh99pagyydz03sbz

Response

OK

Example response

{
  "location": {
    "id": "loc_01hk153x00eh99pagyydz03sbz",
    "googlePlaceId": "ChIJP3Sa8ziYEmsRUKgyFmh9AQM",
    "createdAt": "2026-08-03T06:13:52.214Z",
    "updatedAt": "2026-08-03T06:13:52.214Z",
    "name": "Watson's EQ",
    "address": "The, Entertainment Quarter, 1 Bent St, Moore Park NSW 2021, Australia",
    "city": "Moore Park",
    "state": "New South Wales",
    "postcode": "2021",
    "country": "Australia",
    "latitude": -33.8944593,
    "longitude": 151.2252255,
    "timeZone": "Australia/Sydney",
    "types": [
      "establishment",
      "point_of_interest",
      "stadium"
    ],
    "description": "Historic outdoor amphitheater known for summer concerts",
    "image": {
      "src": "https://assets.session.services/my-image.jpg",
      "alt": "My Image",
      "width": 1080,
      "height": 1080
    },
    "venue": {
      "image": {
        "src": "https://assets.session.services/my-image.jpg",
        "alt": "My Image",
        "width": 1080,
        "height": 1080
      }
    }
  }
}