# Tripadvisor API **Provider:** Tripadvisor **Category:** maps **Base URL:** `https://developer-tripadvisor.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 50 req/s (partner) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developer-tripadvisor.com/home/ ## Description Rating content for a hotel, restaurant, attraction or destination ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developer-tripadvisor.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developer-tripadvisor.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Content API for partners. Access to location data, reviews, and media. Requires TripAdvisor partnership application. Free tier for limited content access. --- *Source: [API Map](https://apimap.dev/apis/tripadvisor/) — CC BY 4.0*