Tripadvisor
Rating content for a hotel, restaurant, attraction or destination
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Transportation
- Documentation / URL
- https://developer-tripadvisor.com/home/
Overview
The Tripadvisor Content API serves location search, reviews, and photos. Auth is an API key (requests without a valid key return 403, verified).
Quick Start
Location search (replace YOUR_KEY):
curl "https://api.content.tripadvisor.com/api/v1/location/search?key=YOUR_KEY&searchQuery=london"
{
"data": [
{
"location_id": "186338",
"name": "London",
"location_type": "GEO",
"latitude": "51.5074",
"longitude": "-0.1278"
}
]
}
Authentication
- Register at developer-tripadvisor.com → free API key.
- Send it as the
keyquery parameter (missing/invalid → 403, verified).
Rate Limits & Notes
- Free tier: 1,000 calls/month (check the docs); more via agreement.
- Endpoints:
/location/search,/location/{id}/details,/location/{id}/reviews,/location/{id}/photos.
FAQ
Is Tripadvisor free? Free tier: 1,000 calls/month; more is paid.
How do I get a key? developer-tripadvisor.com → register.
Why 403?
The key parameter is required (verified).
More in Transportation
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| ADS-B Exchange Access real-time and historical data of any and all airborne aircraft | No auth | Yes | Unknown | ↗ |
| airportsapi Get name and website-URL for airports by ICAO code | No auth | Yes | Unknown | ↗ |
| AIS Hub Real-time data of any marine and inland vessel equipped with AIS tracking system | API Key | No | Unknown | ↗ |
| Amadeus for Developers Travel Search - Limited usage | OAuth | Yes | Unknown | ↗ |
| apilayer aviationstack Real-time Flight Status & Global Aviation Data API | OAuth | Yes | Unknown | ↗ |