freeapis

Tripadvisor

Rating content for a hotel, restaurant, attraction or destination

Authentication
API Key
HTTPS
Yes
CORS
Unknown

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 key query 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

APIAuthHTTPSCORS
ADS-B Exchange

Access real-time and historical data of any and all airborne aircraft

No authYesUnknown
airportsapi

Get name and website-URL for airports by ICAO code

No authYesUnknown
AIS Hub

Real-time data of any marine and inland vessel equipped with AIS tracking system

API KeyNoUnknown
Amadeus for Developers

Travel Search - Limited usage

OAuthYesUnknown
apilayer aviationstack

Real-time Flight Status & Global Aviation Data API

OAuthYesUnknown