v1

latestOpenAPI 3.0.12026-07-24178873.1 KB
Location

Multiple Locations Details

Retrieves the full details of multiple Tripadvisor Locations in a single request.

<p>This is the batch (multi-GET) counterpart to the single Location Details endpoint; supply a set of Location IDs and receive the corresponding Locations. IDs that you are not licensed to access, or that do not exist, are omitted from the response rather than causing the whole request to fail.
get/locations

Query parameters

idinteger[] required

the set of Tripadvisor Location IDs to retrieve

localestring[]

preferred locales for localized fields (e.g. names, descriptions), in priority order; falls back to the default locale when omitted

Response

the details for each requested Location that could be resolved

Example response

{
  "data": [
    {
      "opening_hours": {
        "periods": [
          {
            "closes": "20:00:00",
            "opens": "08:00:00"
          }
        ]
      }
    }
  ]
}