Multiple Locations Details

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

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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Overview

This endpoint allows you to retrieve detailed information about multiple locations in a single API call using their unique TripAdvisor location IDs. It returns the same comprehensive, structured data as the Location Details endpoint, but optimized for bulk operations when you need information about several locations at once.
Perfect for: Applications that need to display or process information about multiple locations simultaneously, reducing the number of API calls and improving performance.

Best Practices for Bulk Requests

Balance request size with response time. Start with smaller batches and optimize based on your application's performance requirements and API rate limits.

When to Use Multiple vs. Single Location Endpoints

Use Multiple Locations When:

  • Building search result pages with multiple locations
  • Pre-loading data for user interfaces
  • Synchronizing location data across a geo or set of known locations

Use Single Location When:

  • Responding to user clicks on specific locations
  • Progressive loading of individual items
  • When you only need one location's data

Additional Resources

  • Location Photos: Use /locations/{id}/photos to get additional photos for any location
  • Location Reviews: Use /locations/{id}/reviews to get traveler reviews for specific locations
  • Geographic Context: Use /geos/{id} to get broader geographic information
  • Single Location Details: Use /locations/{id} for individual location lookups

Need Help? This endpoint returns the same rich data structure as Location Details but for multiple locations. If you encounter issues or need clarification on any response fields, please contact our support team with specific examples and error messages.


Query Params
id
array of int32s, unique
required

the set of Tripadvisor Location IDs to retrieve

id*
locale
array of strings

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

locale
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json