# TripAdvisor Cruise API (https://www.socialcrawl.dev/platforms/tripadvisor/cruise) > Returns a unified Place for one TripAdvisor cruise ship: name, description, passenger rating, total review count, and its photo gallery. Get the `url_path` from a /v1/tripadvisor/cruises result. Note a ship has no address, phone or price band, so those leaves are null by design. TL;DR: `GET /v1/tripadvisor/cruise` costs 1 credit per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `url_path` | yes | The TripAdvisor cruise `url_path`, or a full TripAdvisor cruise URL. | | `language` | no | Optional locale for the response, e.g. 'en_US'. | | `currency` | no | Optional 3-letter currency code, e.g. 'USD'. | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/tripadvisor/cruise?url_path=Cruise_Review-d15691642-Reviews-MSC_Seaside" \ -H "x-api-key: sc_YOUR_API_KEY" ``` See the full TripAdvisor API: https://www.socialcrawl.dev/platforms/tripadvisor ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing