American Airlines · Example Payload

Runway Developer Api Booking Example

AirlinesAviationFlightsTravelBookingDeveloper ExperienceFortune 100

Runway Developer Api Booking 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

idflightIdpassengersstatus

Example Payload

Raw ↑
{
  "id": "AA8133",
  "flightId": "AA6301",
  "passengers": [
    {
      "name": "value",
      "seatNumber": "value"
    }
  ],
  "status": "Delayed"
}