Cruise Ship Data & Cabin Info API
Acess detailed infor on cruise ships, cabins, and cruise lines with full search and filtering support.
45 subscribers
8.7/10 popularity
124 ms avg latency
33% success rate
11 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Cruise Ship Data & Cabin Info API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Ships | ||
| GET |
searchShips /api/search/ships |
Searches ships by ship name or cruise line. |
| GET |
getAllShips /api/ships |
Returns a paginated list of all ships. |
| GET |
getShipById /api/ships/{id} |
Get the ship info with id |
| GET |
getShipsByCruiseLine /api/ships/by-line/{cruise_line_id} |
Returns ships that belong to a specific cruise line. |
| Cabins | ||
| GET |
searchCabins /api/search/cabins |
Returns a paginated list of all cabins. |
| GET |
getAllCabins /api/cabins |
Returns a paginated list of all cabins. |
| GET |
getCabinById /api/cabins/{id} |
Returns a list of all the cabins on a ship by ID |
| GET |
getCabinsByShipSlug /api/cabins/by-ship/{ship_slug} |
Returns cabins for a given ship by its slug (e.g., voyager-of-the-seas). |
| Cruise Lines | ||
| GET |
getAllCruiseLines /api/cruise-lines |
Returns a list of all cruise lines. |
| GET |
getCruiseLineById /api/cruise-lines/{id} |
Returns details of a specific cruise line by ID. |
| GET |
getStatsSummary /api/stats |
Get Count of Ship Total Ship Count, Cruise Lines, and Cabins Types |
Cruise Ship Data & Cabin Info API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.95 / month | 10 / second |
|
| ULTRA | $29.95 / month | 100 / second |
|
| MEGA | $49.95 / month | 100 / second |
|