// request reference
Tripadvisor Place parameters
Send query parameters with GET /api/tripadvisor/place. Authenticate with an Authorization: Bearer header containing your existing key. Keep keys on your server, not in browser code.
The groups below list every request field, including compatibility restrictions. Read the extended reference for detailed types, defaults, parameter combinations and additional examples.
Place details
Resolve one Tripadvisor place and its source-native detail fields.
place_idRequired positive Tripadvisor place identifier.
Example / input hint: 437641
tripadvisor_domainSupported first-party localized Tripadvisor hostname.
Example / input hint: www.tripadvisor.com
localeLanguage or language-COUNTRY code.
Example / input hint: en-US
currencyThree-letter ISO currency for price fields.
Example / input hint: USD
geo_idOptional parent geography identifier.
Example / input hint: 30196
// response
Work with the complete JSON response
Response groups include place_results. Groups and fields depend on the upstream result.
The SDK examples use raise_for_error() or raiseForError() so API errors are not mistaken for successful results.