AIRSTAY
The same search, as an API.
Flights, hotels and cars from Canada, in CAD. No AIRSTAY booking fee.
POST /api/v1/search/flights
{
"origin": "YYZ",
"destination": "CUN",
"departDate": "2026-09-16",
"returnDate": "2026-09-23",
"adults": 2
}GET /api/v1/health
Is the search API awake?
POST /api/v1/search/flights
CAD fares for a Canada-outbound trip
POST /api/v1/search/hotels
Hotels with your dates ready
POST /api/v1/search/cars
Cars waiting at the destination
