v1
latestOpenAPI 3.0.12026-07-24178873.1 KBLocation
Location Details
Retrieves the full details of a single Tripadvisor Location by its ID.
<p>Returns rich, factual content for one point of interest, including basic details, addresses and coordinates, contact information, categories, opening hours, traveler ratings, rankings, awards, and aggregate photo information.get/locations/{id}
Path parameters
idinteger required
the Tripadvisor Location ID to retrieve
Query parameters
localestring[]
preferred locales for localized fields (e.g. names, descriptions), in priority order; falls back to the default locale when omitted
Response
the requested Location's details
Example response
{
"opening_hours": {
"periods": [
{
"closes": "20:00:00",
"opens": "08:00:00"
}
]
}
}