Alaska Airlines · Example Payload

Alaska Air Flight Schedules Schedule Example

AirlinesAviationTravelCargoLoyaltyFlight StatusFortune 500

Alaska Air Flight Schedules Schedule Example is an example object payload from Alaska Airlines, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

flightNumbercarrierdepartureTimearrivalTimedurationaircraftoperatingDaysstopscabin

Example Payload

Raw ↑
{
  "flightNumber": "AS123",
  "carrier": "AS",
  "departureTime": "08:30",
  "arrivalTime": "11:05",
  "duration": 155,
  "aircraft": "Boeing 737-900ER",
  "operatingDays": [
    "example-string"
  ],
  "stops": 0,
  "cabin": "Economy"
}