bluedoor data·Flights API·bluedoor.sh

Home / Search

Flights route search

Route pages

Route coverageRoute month

Search body

{
  "origin": "SEA",
  "destination": "DCA",
  "date_from": "2026-07-01",
  "date_to": "2026-07-31",
  "adults": 1,
  "cabin": "economy"
}
Get this page with API

Rendered from the bluedoor Flights API. Reproduce it:

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"
}