# Flights data surface Use this as compact context for the bluedoor Flights API data pages. - Home: https://bluedoor.sh/data/flights - API landing page: https://bluedoor.sh/apis/flights - Docs: https://bluedoor.sh/apis/flights/docs - OpenAPI JSON: https://bluedoor.sh/apis/flights/docs/openapi.json - Sitemap URL count: 50000 Collections: - https://bluedoor.sh/data/flights/routes - Origin-destination route coverage pages with carrier breadth and panel depth. - https://bluedoor.sh/data/flights/airports - Seeded airport pages that link to route, fare, deal, and seat-depth request examples. - https://bluedoor.sh/data/flights/routes/SEA-DCA/months/2026-07/cheapest-dates - Month-level cheapest-date, price-grid, and deal request examples for flight shopping. - https://bluedoor.sh/data/flights/routes/SEA-DCA/months/2026-07/fare-depth - Seat availability and fare-class depth examples for individual route-month pages. Core API routes: - POST https://api.bluedoor.sh/flights/v1/search - GET https://api.bluedoor.sh/flights/v1/prices/cheapest-dates - GET https://api.bluedoor.sh/flights/v1/prices/grid - GET https://api.bluedoor.sh/flights/v1/coverage/routes/SEA-DCA - GET https://api.bluedoor.sh/flights/v1/deals - GET https://api.bluedoor.sh/flights/v1/flights/{flight}/seats