bluedoor data·Flights API·bluedoor.sh

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

Statusunknown
Panel rows0
Origin-destinations0
Seeded routes1,122

Indexes

IndexDescriptionAPI route
RoutesOrigin-destination route coverage pages with carrier breadth and panel depth.GET /coverage/routes/{origin}-{destination}
AirportsSeeded airport pages that link to route, fare, deal, and seat-depth request examples.POST /search
Price windowsMonth-level cheapest-date, price-grid, and deal request examples for flight shopping.GET /prices/cheapest-dates
Fare depthSeat availability and fare-class depth examples for individual route-month pages.GET /flights/{flight}/seats

Seed airports

ATLAUSBNABOSBWICLTDCADENDFWDTWEWRFLLHNLIADIAHJFKLASLAXLGAMCOMDWMIAMSPORDPDXPHLPHXSANSEASFOSLCTPAYVRYYZ

Sample route pages

SEA-DCAJFK-LAXATL-SFOORD-MIADFW-LAS

Get this page with API

Rendered from the bluedoor Flights API. Reproduce it:

GET https://api.bluedoor.sh/flights/v1/coverage/routes/SEA-DCAJSON
POST 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"
}