Delta: Get Flight Schedules
Delta via Parse · travel
Search for Delta flight schedules and real-time status by route. Both origin and destination airport codes are required. Optionally filter by a specific flight number within the route. Returns all matching trips with flight segments including departure/arrival times, status, aircraft type, and number of stops. Paginates up to 30 results per call. Duration is ISO 8601 (e.g. PT04H40M). Access Delta Air Lines flight schedules with real-time status and find the closest Delta airport based on geolocation. Fulfilled by Parse from delta.com.
- delta
- delta-com
- maps-geo
- parse
- platform-key
- travel
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/fc8ab1c1-e902-49c8-8db1-2410425f8580/get_flight_schedules
- Interface artifact
- sha256:685d4b5729f4ca13c241f1d2e944c09868da8e90a33778f0294d2f153d87abea
- Manifest digest
- sha256:3d72a83ce1b2a2c4d5c0fe176cfcca6c97775b875d98521204f0d7fa7ebcbd22
Request fields
- date (string, required): Departure date in YYYY-MM-DD format. Must be within Delta's schedule window (typically today through approximately 330 days ahead).
- origin (string, required): 3-letter IATA origin airport code (e.g. JFK, ATL, LAX, ORD, SFO, SEA, BOS, DFW, MSP, DTW).
- destination (string, required): 3-letter IATA destination airport code (e.g. LAX, ORD, MIA, JFK, ATL, SFO, SEA, BOS, DFW, MSP).
- flight_number (string): Delta flight number to filter results within the route (e.g. 0742). Must be used together with origin and destination, not as a standalone search.
Example queries
- {"date":"2026-06-14","origin":"ATL","destination":"LAX","flight_number":"0996"}