Flight Search API
Search flights across multiple providers in a single API call. Compare real-time prices from Skyscanner, Jetcost, Skiplagged, Kiwi.com & Trip.com — deduplicated, normalized, with direct booking links.
Flight Search API endpoints
| Method | Endpoint | Description |
|---|---|---|
| search_flights | ||
| POST |
/search_flights /search_flights |
Search flights across multiple providers (Skyscanner, Jetcost, Skiplagged, Kiwi, Trip.com). |
| search_airports | ||
| POST |
/search_airports /search_airports |
Search airports by city name or code. |
| list_providers | ||
| POST |
/list_providers /list_providers |
Retrieve the list of supported flight providers. |
| health_check | ||
| POST |
/health_check /health_check |
Verify flight search service status and retrieve timestamp. |
| trends | ||
| POST |
/trends /trends |
Retrieve historical flight pricing trends, averages, and BUY/WAIT recommendations. |
| explore | ||
| POST |
/explore /explore |
Explore cheapest destinations from a given origin airport. |
| calendar | ||
| POST |
/calendar /calendar |
Cheapest flight price calendar grid for a given month range. |
Flight Search API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $5 / month | 30 / minute |
|
| ULTRA | $10 / month | 60 / second |
|
| MEGA | $30 / month | 150 / minute |
|