FAA: Get Edct Lookup
FAA via Parse · travel
Look up Expected Departure Clearance Time (EDCT) for a flight by callsign, departure, and arrival airports. Returns raw text from the FAA EDCT lookup page. When no EDCT is assigned, the text indicates no information is available. Scraper for the FAA National Airspace System (NAS) Status information, providing real-time data on airport events, delays, ground stops, reroutes, and airspace flow programs. Fulfilled by Parse from nasstatus.faa.gov.
- faa
- government-public
- maps-geo
- nasstatus-faa-gov
- 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
- GET /scraper/50079e35-59ba-45b3-8c45-cb01899253ef/get_edct_lookup
- Interface artifact
- sha256:25ea2ad3063d1ae53ecc37d7bab83a3ca73057d7e1d010186e1d730f1b8767fc
- Manifest digest
- sha256:c501e57fac1bfb30a9ad4879486183834e41cabe54783eafd7b14866fe7bf149
Request fields
- arr (string, required): Arrival airport code (e.g., SFO, ATL, DFW)
- dept (string, required): Departure airport code (e.g., ORD, JFK, LAX)
- callsign (string, required): Flight callsign (e.g., UAL123, DAL456, AAL789)
Example queries
- {"arr":"SFO","dept":"ORD","callsign":"UAL123"}