Get detailed information for multiple locations in a single API call - same rich data as Location Details but for bulk retrieval.
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}/photosto get additional photos for any location - Location Reviews: Use
/locations/{id}/reviewsto 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.