UnifyAPI
← Back to catalog

amadeus.flight_status

mock data$0.005 / call

Amadeus Flight Status

Get real-time status of a specific flight — delays, cancellations, gate info (Amadeus)

Travelprovider: Amadeus#amadeus#travel

Input schema

daterequired

Flight date in YYYY-MM-DD format

string
carrier_coderequired

Airline IATA or ICAO code (e.g. AA, UAL)

string
flight_numberrequired

Flight number (e.g. 100, 1234)

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/amadeus.flight_status \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"date":"<date>","carrier_code":"<carrier_code>","flight_number":"<flight_number>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.