// request reference
Tripadvisor Reviews parameters
Send query parameters with GET /api/tripadvisor/reviews. 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 reviews
Fetch public reviews from Tripadvisor’s first-party persisted query.
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
startOffset from 0 through 10,000.
Example / input hint: 0
num1 through 50 reviews.
Example / input hint: 10
sort_byChronological or machine-ranked ordering.
recent Recentrelevance RelevancetranslateRequest Tripadvisor machine translation.
truefalse// response
Work with the complete JSON response
Response groups include reviews, search_information, sort, pagination. 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.