American Airlines · Example Payload

Runway Developer Api Flight Example

AirlinesAviationFlightsTravelBookingDeveloper ExperienceFortune 100

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

Top-level fields

idflightNumberorigindestinationdepartureTimearrivalTimestatus

Example Payload

Raw ↑
{
  "id": "AA3701",
  "flightNumber": "AA576",
  "origin": "ORD",
  "destination": "JFK",
  "departureTime": "2026-04-19T14:30:00Z",
  "arrivalTime": "2026-04-19T14:30:00Z",
  "status": "On Time"
}