Alaska Airlines · JSON Structure

Alaska Air Cargo Tracking Event Structure

A cargo tracking event

Type: object Properties: 4
AirlinesAviationTravelCargoLoyaltyFlight StatusFortune 500

TrackingEvent is a JSON Structure definition published by Alaska Airlines, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

timestamp location event description

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/alaska-air/refs/heads/main/json-structure/alaska-air-cargo-tracking-event-structure.json",
  "name": "TrackingEvent",
  "type": "object",
  "description": "A cargo tracking event",
  "properties": {
    "timestamp": {
      "type": "datetime",
      "description": "Event timestamp",
      "example": "2026-04-20T10:30:00-07:00"
    },
    "location": {
      "type": "string",
      "description": "Location IATA code",
      "example": "SEA"
    },
    "event": {
      "type": "string",
      "description": "Event type",
      "example": "Accepted"
    },
    "description": {
      "type": "string",
      "description": "Event description",
      "example": "Shipment accepted at Seattle"
    }
  }
}