CruiseFeed
Normalized cruise line inventory: ships, sailings, itineraries, ports and lead-in fares
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Transportation
- Documentation / URL
- https://cruisefeed.io
Overview
CruiseFeed provides cruise inventory — key-based (the API is alive; a wrong query param returns 400 with a hint, verified).
Quick Start
Ships (replace YOUR_KEY — key is NOT a query param):
curl "https://api.cruisefeed.io/v1/ships?q=Caribbean" \
-H "Authorization: Bearer YOUR_KEY"
{ "error": { "code": "unknown_query_parameter", "message": "Unknown query parameter 'key'. Valid parameters for /v1/ships: flag_state, limit, offset, operator, q." } }
Authentication
- Register at cruisefeed.io → API key.
- Send it via header (the API rejects a
keyquery param, verified).
Rate Limits & Notes
- Key-based with a free tier (check the docs).
- Cruise inventory.
FAQ
Is CruiseFeed free? Key-based with a free tier per the docs.
Why 400?
The key query param isn’t valid (verified) — use the documented params.
What’s the auth style? Bearer header.
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 | ↗ |