Stopover Planner
# Stopover Planner Turn a long layover into a free city break. One call returns complete multi-day stopover itineraries: an outbound leg, one to seven days in a hub city, and the onward leg, all priced from live Google Flights data with a booking link on every flight. ## Why developers pick this API - **Real prices, live**: every search hits Google Flights at request time. No stale cache, no…
Stopover Planner endpoints
| Method | Endpoint | Description |
|---|---|---|
| search | ||
| POST |
Stopover Search (multi-day itineraries) /search/bonus |
Complete stopover itineraries: origin to a hub city, a 1 to 7 day stay there, then onward to the destination, priced as one trip from live Google Flights data with a booking link… |
| POST |
Flight Prices (point to point) /search/direct |
Real Google Flights fares for one route across one or many dates (up to 31 in a call). Set nonstop:false to include connections, oneway:false for round trips. Every flight… |
| POST |
Country-wide Sweep (every city, one call) /search/country |
Cheapest live fares from one origin to every destination city in a whole country, in a single call. One request replaces dozens of route searches. Also accepts continent names.… |
| POST |
Explore Anywhere (cheapest destinations) /search/explore |
Explore-everywhere from an origin on your dates: the cheapest destinations worldwide with live GBP prices and Google Flights booking links. Built for deal finders, fare… |
| health | ||
| GET |
Health Check /health |
Liveness probe. Instant response, no request body. Use it to verify your key and connectivity before wiring up real searches. |
| jobs | ||
| GET |
Get Async Job Result /jobs/{id} |
Poll a search started with async:true. Returns status pending while the search runs; when status is done the same object carries the full payload (results for the search… |
Stopover Planner pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $49 / month | — |
|
| ULTRA | $149 / month | — |
|
| MEGA | $399 / month | — |
|