American Airlines · Example Payload

Runway Developer Api Flight Status Example

AirlinesAviationFlightsTravelBookingDeveloper ExperienceFortune 100

Runway Developer Api Flight Status Example is an example object payload from American Airlines, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

flightIdstatusgatedelay

Example Payload

Raw ↑
{
  "flightId": "AA1416",
  "status": "On Time",
  "gate": "value",
  "delay": 126
}