Southwest Airlines · JSON Structure

Southwest Airlines Flight Structure

Hierarchical structure of a Southwest Airlines flight, reservation, and loyalty program data entities.

Type: object Properties: 0
Fortune 500AirlinesAviationTravel

Southwest Airlines Flight Structure is a JSON Structure definition published by Southwest Airlines.

Meta-schema:

JSON Structure

southwest-airlines-flight-structure.json Raw ↑
{
  "title": "Southwest Airlines Flight Structure",
  "description": "Hierarchical structure of a Southwest Airlines flight, reservation, and loyalty program data entities.",
  "type": "object",
  "structure": {
    "flight": {
      "description": "A Southwest Airlines scheduled flight segment",
      "fields": {
        "flightNumber": "string — e.g. WN4521",
        "flightStatus": "string — On Time | Delayed | Cancelled | Departed | Arrived | Boarding",
        "scheduledDepartureTime": "datetime — ISO 8601",
        "scheduledArrivalTime": "datetime — ISO 8601",
        "estimatedDepartureTime": "datetime — updated estimate",
        "estimatedArrivalTime": "datetime — updated estimate",
        "aircraftType": "string — e.g. Boeing 737 MAX 8",
        "tailNumber": "string",
        "seatsAvailable": "integer"
      },
      "children": {
        "departureAirport": {
          "description": "Origin airport details",
          "fields": {
            "iataCode": "string — 3-letter IATA code",
            "name": "string",
            "city": "string",
            "state": "string"
          }
        },
        "arrivalAirport": {
          "description": "Destination airport details",
          "fields": {
            "iataCode": "string — 3-letter IATA code",
            "name": "string",
            "city": "string",
            "state": "string"
          }
        },
        "stops": {
          "description": "Intermediate connection stops",
          "type": "array",
          "items": {
            "iataCode": "string",
            "stopDuration": "integer — minutes"
          }
        }
      }
    },
    "reservation": {
      "description": "A Southwest Airlines booking (PNR)",
      "fields": {
        "confirmationNumber": "string — 6-char alphanumeric PNR",
        "totalFare": "number — USD",
        "pointsUsed": "integer — Rapid Rewards points",
        "earlyBirdPurchased": "boolean",
        "createdAt": "datetime"
      },
      "children": {
        "passengers": {
          "description": "Travelers on the reservation",
          "type": "array",
          "items": {
            "firstName": "string",
            "lastName": "string",
            "rapidRewardsNumber": "string",
            "knownTravelerNumber": "string",
            "boardingGroup": "string — A | B | C",
            "boardingPosition": "integer — 1–60"
          }
        },
        "itinerary": {
          "description": "Flight segments in the travel plan",
          "type": "array",
          "items": {
            "flightNumber": "string",
            "departureAirportCode": "string",
            "arrivalAirportCode": "string",
            "departureDateTime": "datetime",
            "arrivalDateTime": "datetime",
            "fareClass": "string — Wanna Get Away | Wanna Get Away Plus | Anytime | Business Select"
          }
        }
      }
    },
    "rapidRewardsMembership": {
      "description": "Southwest Airlines Rapid Rewards loyalty account",
      "fields": {
        "memberNumber": "string",
        "tierStatus": "string — Standard | A-List | A-List Preferred",
        "pointsBalance": "integer",
        "tierQualifyingPoints": "integer — points toward next tier",
        "companionPassQualified": "boolean",
        "companionPassDesignee": "string"
      }
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/southwest-airlines-flight-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.