Flights data
Crawlable pages for the Flights API: route coverage, route-month fare windows, airport indexes, deal recipes, and fare-class depth examples for AI agents and search crawlers.
API status
| Status | unknown |
| Panel rows | 0 |
| Origin-destinations | 0 |
| Seeded routes | 1,122 |
Indexes
| Index | Description | API route |
|---|---|---|
| Routes | Origin-destination route coverage pages with carrier breadth and panel depth. | GET /coverage/routes/{origin}-{destination} |
| Airports | Seeded airport pages that link to route, fare, deal, and seat-depth request examples. | POST /search |
| Price windows | Month-level cheapest-date, price-grid, and deal request examples for flight shopping. | GET /prices/cheapest-dates |
| Fare depth | Seat availability and fare-class depth examples for individual route-month pages. | GET /flights/{flight}/seats |
Seed airports
ATLAUSBNABOSBWICLTDCADENDFWDTWEWRFLLHNLIADIAHJFKLASLAXLGAMCOMDWMIAMSPORDPDXPHLPHXSANSEASFOSLCTPAYVRYYZ
Sample route pages
Get this page with API
Rendered from the bluedoor Flights API. Reproduce it:
GET https://api.bluedoor.sh/flights/v1/coverage/routes/SEA-DCAJSONPOST https://api.bluedoor.sh/flights/v1/search{
"origin": "SEA",
"destination": "DCA",
"date_from": "2026-07-01",
"date_to": "2026-07-31",
"adults": 1,
"cabin": "economy"
}