CKI Flight Details Virtual Sandbox
Retrieve detailed flight information for airline check-in operations.
The CKI Flight Details API provides essential flight information required for airline check-in workflows. Developers can use this service to retrieve operational flight data, ensuring accurate passenger processing and flight status visibility within their check-in applications.
Use this hosted sandbox to simulate CKI Flight Details APIs without authentication, API keys, or extra dependencies. Point your code or SDK to the Beeceptor base URL, preferably through an environment variable or feature flag, and switch back to the production API when ready.
This keeps your integration code consistent across local development, QA, demos, and production.
Use cases:
Use this sandbox to validate flight information retrieval, handle operational flight status codes, verify aircraft equipment data, and test error handling for invalid flight identifiers or missing schedule data during the check-in process.
Flight
POST
| Header Name | Example |
|---|---|
x-sabre-security-token | "nulla quis officia aliqua ullamco" |
Authorization | "sint id ex dolor deserunt" |
x-sabre-airline | "Duis proident" |
x-sabre-client-context | "cillum" |
Application-ID | "sed" |
Conversation-ID | "dolore in" |
Message-ID | "tempor Lorem quis reprehenderit" |
{
"flightCriteria": {
"airlineCode": "LH",
"departureAirportCode": "LHR",
"departureDate": "2026-08-20",
"flightNumber": "55"
}
}{
"agentInfoList": [
{
"employeeNumber": "A1iosP",
"name": "Chloe",
"role": "MOD"
},
{
"employeeNumber": "5w1s3o",
"name": "Janice",
"role": "SUPERVISOR"
},
{
"employeeNumber": "CWf9qz",
"name": "Linnea",
"role": "SUPERVISOR"
},
{
"employeeNumber": "XMOjNt",
"name": "Grady",
"role": "AGENT"
},
{
"employeeNumber": "R5WkXf",
"name": "Lamont",
"role": "MOD"
},
{
"employeeNumber": "XYpbwb",
"name": "Tyler",
"role": "MOD"
},
{
"employeeNumber": "jhqfDg",
"name": "Kristian",
"role": "AGENT"
},
{
"employeeNumber": "U2oNaW",
"name": "Estell",
"role": "SUPERVISOR"
},
{
"employeeNumber": "M3o2It",
"name": "Demetrius",
"role": "MOD"
},
{
"employeeNumber": "HZSALq",
"name": "Delfina",
"role": "AGENT"
}
],
"appApplicabilityList": [
{
"airportName": "DXB",
"crew": false,
"passenger": true,
"type": "TRANSIT",
"waived": true
},
{
"airportName": "DXB",
"crew": true,
"passenger": true,
"type": "DEPARTURE",
"waived": true
},
{
"airportName": "LHR",
"crew": false,
"passenger": false,
"type": "DEPARTURE",
"waived": false
},
{
"airportName": "LHR",
"crew": false,
"passenger": true,
"type": "ARRIVAL",
"waived": true
},
{
"airportName": "LHR",
"crew": false,
"passenger": false,
"type": "ARRIVAL",
"waived": true
},
{
"airportName": "LHR",
"crew": false,
"passenger": false,
"type": "ARRIVAL",
"waived": false
},
{
"airportName": "JFK",
"crew": false,
"passenger": false,
"type": "TRANSIT",
"waived": false
},
{
"airportName": "DXB",
"crew": true,
"passenger": false,
"type": "ARRIVAL",
"waived": true
},
{
"airportName": "DXB",
"crew": true,
"passenger": true,
"type": "DEPARTURE",
"waived": true
},
{
"airportName": "JFK",
"crew": false,
"passenger": true,
"type": "TRANSIT",
"waived": false
}
],
"brokenSeatList": [
{
"columnList": [
"A"
],
"rowNumber": "36"
},
{
"columnList": [
"A"
],
"rowNumber": "15"
},
{
"columnList": [
"A"
],
"rowNumber": "38"
},
{
"columnList": [
"A"
],
"rowNumber": "4"
},
{
"columnList": [
"A"
],
"rowNumber": "18"
},
{
"columnList": [
"A"
],
"rowNumber": "9"
},
{
"columnList": [
"A"
],
"rowNumber": "31"
},
{
"columnList": [
"A"
],
"rowNumber": "18"
},
{
"columnList": [
"A"
],
"rowNumber": "7"
},
{
"columnList": [
"A"
],
"rowNumber": "21"
}
],
"cabinDetailsList": [
{
"cabinClassCode": "J",
"cabinName": "ECONOMY",
"count": {
"authorized": 260,
"available": 22,
"beverage": 210,
"booked": 196,
"eTicketed": {
"otherLoads": {
"cabinBagOrExtraSeat": 8,
"stretcher": 2,
"total": 9
},
"passenger": 117
},
"localOnBoard": 125,
"meals": 229,
"nonRevenueLocalCheckedin": 0,
"nonRevenueThruCheckedin": 7,
"paperTicketed": {
"otherLoads": {
"cabinBagOrExtraSeat": 8,
"stretcher": 1,
"total": 11
},
"passenger": 189
},
"passengersWithNoSeat": 1,
"plannedPassengers": 241,
"revenueLocalCheckedin": 24,
"revenueThruCheckedin": 9,
"seatingCapacity": 167,
"setups": 3,
"specialMeals": 11,
"supplementOrExtraMeal": 9,
"thruCheckedInOnBoard": 45,
"ticketless": {
"otherLoads": {
"cabinBagOrExtraSeat": 3,
"stretcher": 1,
"total": 3
},
"passenger": 37
},
"totalCheckedin": 85,
"totalOnBoard": 126,
"unOccupiedSeats": 38
},
"mealsServedList": [
{
"code": "L",
"description": "LUNCH"
},
{
"code": "D",
"description": "BREAKFAST"
},
{
"code": "L",
"description": "BREAKFAST"
},
{
"code": "B",
"description": "BREAKFAST"
},
{
"code": "D",
"description": "LUNCH"
},
{
"code": "D",
"description": "DINNER"
},
{
"code": "D",
"description": "DINNER"
},
{
"code": "B",
"description": "BREAKFAST"
},
{
"code": "L",
"description": "DINNER"
},
{
"code": "D",
"description": "DINNER"
}
],
"smokingRowList": [
"12",
"26"
],
"standByRestrictionPriorityCode": "CSBY1"
},
{
"cabinClassCode": "J",
"cabinName": "FIRST",
"count": {
"authorized": 178,
"available": 5,
"beverage": 216,
"booked": 104,
"eTicketed": {
"otherLoads": {
"cabinBagOrExtraSeat": 5,
"stretcher": 1,
"total": 7
},
"passenger": 147
},
"localOnBoard": 61,
"meals": 188,
"nonRevenueLocalCheckedin": 2,
"nonRevenueThruCheckedin": 3,
"paperTicketed": {
"otherLoads": {
"cabinBagOrExtraSeat": 4,
"stretcher": 0,
"total": 4
},
"passenger": 50
},
"passengersWithNoSeat": 3,
"plannedPassengers": 162,
"revenueLocalCheckedin": 29,
"revenueThruCheckedin": 1,
"seatingCapacity": 110,
"setups": 1,
"specialMeals": 15,
"supplementOrExtraMeal": 10,
"thruCheckedInOnBoard": 2,
"ticketless": {
"otherLoads": {
"cabinBagOrExtraSeat": 1,
"stretcher": 2,
"total": 12
},
"passenger": 77
},
"totalCheckedin": 166,
"totalOnBoard": 173,
"unOccupiedSeats": 0
},
"mealsServedList": [
{
"code": "B",
"description": "DINNER"
},
{
"code": "L",
"description": "BREAKFAST"
},
{
"code": "D",
"description": "BREAKFAST"
},
{
"code": "D",
"description": "DINNER"
},
{
"code": "L",
"description": "DINNER"
},
{
"code": "D",
"description": "DINNER"
},
{
"code": "D",
"description": "DINNER"
},
{
"code": "L",
"description": "BREAKFAST"
},
{
"code": "L",
"description": "DINNER"
},
{
"code": "B",
"description": "DINNER"
}
],
"smokingRowList": [
"12",
"26"
],
"standByRestrictionPriorityCode": "CSBY2"
},
{
"cabinClassCode": "Y",
"cabinName": "ECONOMY",
"count": {
"authorized": 227,
"available": 27,
"beverage": 51,
"booked": 211,
"eTicketed": {
"otherLoads": {
"cabinBagOrExtraSeat": 3,
"stretcher": 2,
"total": 9
},
"passenger": 94
},
"localOnBoard": 97,
"meals": 75,
"nonRevenueLocalCheckedin": 10,
"nonRevenueThruCheckedin": 9,
"paperTicketed": {
"otherLoads": {
"cabinBagOrExtraSeat": 3,
"stretcher": 1,
"total": 7
},
"passenger": 57
},
"passengersWithNoSeat": 0,
"plannedPassengers": 183,
"revenueLocalCheckedin": 155,
"revenueThruCheckedin": 1,
"seatingCapacity": 293,
"setups": 1,
"specialMeals": 10,
"supplementOrExtraMeal": 4,
"thruCheckedInOnBoard": 45,
"ticketless": {
"otherLoads": {
"cabinBagOrExtraSeat": 9,
"stretcher": 0,
"total": 7
},
"passenger": 153
},
"totalCheckedin": 32,
"totalOnBoard": 79,
"unOccupiedSeats": 37
},
"mealsServedList": [
{
"code": "B",
"description": "DINNER"
},
{
"code": "B",
"description": "DINNER"
},
{
"code": "L",
"description": "BREAKFAST"
},
{
"code": "B",
"description": "LUNCH"
},
{
"code": "L",
"description": "LUNCH"
},
{
"code": "B",
"description": "LUNCH"
},
{
"code": "L",
"description": "BREAKFAST"
},
{
"code": "B",
"description": "DINNER"
},
{
"code": "B",
"description": "DINNER"
},
{
"code": "D",
"description": "DINNER"
}
],
"smokingRowList": [
"12",
"26"
],
"standByRestrictionPriorityCode": "CSBY3"
},
{
"cabinClassCode": "J",
"cabinName": "FIRST",
"count": {
"authorized": 265,
"available": 18,
"beverage": 147,
"booked": 82,
"eTicketed": {
"otherLoads": {
"cabinBagOrExtraSeat": 7,
"stretcher": 0,
"total": 6
},
"passenger": 224
},
"localOnBoard": 105,
"meals": 154,
"nonRevenueLocalCheckedin": 10,
"nonRevenueThruCheckedin": 1,
"paperTicketed": {
"otherLoads": {
"cabinBagOrExtraSeat": 7,
"stretcher": 1,
"total": 0
},
"passenger": 128
},
"passengersWithNoSeat": 5,
"plannedPassengers": 141,
"revenueLocalCheckedin": 91,
"revenueThruCheckedin": 33,
"seatingCapacity": 132,
"setups": 4,
"specialMeals": 13,
"supplementOrExtraMeal": 8,
"thruCheckedInOnBoard": 30,
"ticketless": {
"otherLoads": {
"cabinBagOrExtraSeat": 4,
"stretcher": 2,
"total": 11
},
"passenger": 152
},
"totalCheckedin": 121,
"totalOnBoard": 118,
"unOccupiedSeats": 43
},
"mealsServedList": [
{
"code": "B",
"description": "BREAKFAST"
},
{
"code": "D",
"description": "BREAKFAST"
},
{
"code": "L",
"description": "DINNER"
},
{
"code": "L",
"description": "BREAKFAST"
},
{
"code": "L",
"description": "DINNER"
},
{
"code": "D",
"description": "LUNCH"
},
{
"code": "L",
"description": "DINNER"
},
{
"code": "D",
"description": "BREAKFAST"
},
{
"code": "B",
"description": "DINNER"
},
{
"code": "L",
"description": "LUNCH"
}
],
"smokingRowList": [
"12",
"26"
],
"standByRestrictionPriorityCode": "CSBY3"
},
{
"cabinClassCode": "J",
"cabinName": "BUSINESS",
"count": {
"authorized": 278,
"available": 39,
"beverage": 69,
"booked": 94,
"eTicketed": {
"otherLoads": {
"cabinBagOrExtraSeat": 3,
"stretcher": 0,
"total": 4
},
"passenger": 27
},
"localOnBoard": 159,
"meals": 241,
"nonRevenueLocalCheckedin": 3,
"nonRevenueThruCheckedin": 10,
"paperTicketed": {
"otherLoads": {
"cabinBagOrExtraSeat": 3,
"stretcher": 0,
"total": 0
},
"passenger": 9
},
"passengersWithNoSeat": 4,
"plannedPassengers": 93,
"revenueLocalCheckedin": 162,
"revenueThruCheckedin": 15,
"seatingCapacity": 169,
"setups": 5,
"specialMeals": 5,
"supplementOrExtraMeal": 6,
"thruCheckedInOnBoard": 20,
"ticketless": {
"otherLoads": {
"cabinBagOrExtraSeat": 9,
"stretcher": 2,
"total": 2
},
"passenger": 142
},
"totalCheckedin": 246,
"totalOnBoard": 23,
"unOccupiedSeats": 30
},
"mealsServedList": [
{
"code": "B",
"description": "DINNER"
},
{
"code": "D",
"description": "BREAKFAST"
},
{
"code": "L",
"description": "DINNER"
},
{
"code": "D",
"description": "BREAKFAST"
},
{
"code": "B",
"description": "LUNCH"
},
{
"code": "B",
"description": "DINNER"
},
{
"code": "D",
"description": "DINNER"
},
{
"code": "D",
"description": "BREAKFAST"
},
{
"code": "B",
"description": "BREAKFAST"
},
{
"code": "L",
"description": "LUNCH"
}
],
"smokingRowList": [
"12",
"26"
],
"standByRestrictionPriorityCode": "CSBY2"
},
{
"cabinClassCode": "J",
"cabinName": "FIRST",
"count": {
"authorized": 106,
"available": 30,
"beverage": 129,
"booked": 230,
"eTicketed": {
"otherLoads": {
"cabinBagOrExtraSeat": 9,
"stretcher": 2,
"total": 6
},
"passenger": 167
},
"localOnBoard": 172,
"meals": 227,
"nonRevenueLocalCheckedin": 0,
"nonRevenueThruCheckedin": 2,
"paperTicketed": {
"otherLoads": {
"cabinBagOrExtraSeat": 7,
"stretcher": 0,
"total": 2
},
"passenger": 150
},
"passengersWithNoSeat": 4,
"plannedPassengers": 100,
"revenueLocalCheckedin": 48,
"revenueThruCheckedin": 27,
"seatingCapacity": 229,
"setups": 3,
"specialMeals": 12,
"supplementOrExtraMeal": 7,
"thruCheckedInOnBoard": 16,
"ticketless": {
"otherLoads": {
"cabinBagOrExtraSeat": 5,
"stretcher": 1,
"total": 4
},
"passenger": 226
},
"totalCheckedin": 11,
"totalOnBoard": 115,
"unOccupiedSeats": 12
},
"mealsServedList": [
{
"code": "D",
"description": "BREAKFAST"
},
{
"code": "L",
"description": "DINNER"
},
{
"code": "D",
"description": "BREAKFAST"
},
{
"code": "D",
"description": "BREAKFAST"
},
{
"code": "B",
"description": "BREAKFAST"
},
{
"code": "B",
"description": "BREAKFAST"
},
{
"code": "L",
"description": "LUNCH"
},
{
"code": "D",
"description": "DINNER"
},
{
"code": "D",
"description": "LUNCH"
},
{
"code": "L",
"description": "LUNCH"
}
],
"smokingRowList": [
"12",
"26"
],
"standByRestrictionPriorityCode": "CSBY1"
},
{
"cabinClassCode": "J",
"cabinName": "BUSINESS",
"count": {
"authorized": 226,
"available": 3,
"beverage": 220,
"booked": 84,
"eTicketed": {
"otherLoads": {
"cabinBagOrExtraSeat": 4,
"stretcher": 1,
"total": 9
},
"passenger": 244
},
"localOnBoard": 4,
"meals": 112,
"nonRevenueLocalCheckedin": 9,
"nonRevenueThruCheckedin": 6,
"paperTicketed": {
"otherLoads": {
"cabinBagOrExtraSeat": 10,
"stretcher": 0,
"total": 2
},
"passenger": 169
},
"passengersWithNoSeat": 5,
"plannedPassengers": 135,
"revenueLocalCheckedin": 105,
"revenueThruCheckedin": 13,
"seatingCapacity": 58,
"setups": 3,
"specialMeals": 8,
"supplementOrExtraMeal": 8,
"thruCheckedInOnBoard": 36,
"ticketless": {
"otherLoads": {
"cabinBagOrExtraSeat": 3,
"stretcher": 0,
"total": 8
},
"passenger": 167
},
"totalCheckedin": 76,
"totalOnBoard": 198,
"unOccupiedSeats": 47
},
"mealsServedList": [
{
"code": "B",
"description": "DINNER"
},
{
"code": "B",
"description": "LUNCH"
},
{
"code": "D",
"description": "BREAKFAST"
},
{
"code": "D",
"description": "LUNCH"
},
{
"code": "L",
"description": "BREAKFAST"
},
{
"code": "L",
"description": "DINNER"
},
{
"code": "L",
"description": "DINNER"
},
{
"code": "L",
"description": "LUNCH"
},
{
"code": "L",
"description": "BREAKFAST"
},
{
"code": "D",
"description": "BREAKFAST"
}
],
"smokingRowList": [
"12",
"26"
],
"standByRestrictionPriorityCode": "CSBY2"
},
{
"cabinClassCode": "J",
"cabinName": "FIRST",
"count": {
"authorized": 221,
"available": 4,
"beverage": 200,
"booked": 78,
"eTicketed": {
"otherLoads": {
"cabinBagOrExtraSeat": 4,
"stretcher": 2,
"total": 6
},
"passenger": 25
},
"localOnBoard": 145,
"meals": 126,
"nonRevenueLocalCheckedin": 7,
"nonRevenueThruCheckedin": 10,
"paperTicketed": {
"otherLoads": {
"cabinBagOrExtraSeat": 2,
"stretcher": 1,
"total": 2
},
"passenger": 78
},
"passengersWithNoSeat": 1,
"plannedPassengers": 226,
"revenueLocalCheckedin": 197,
"revenueThruCheckedin": 11,
"seatingCapacity": 163,
"setups": 4,
"specialMeals": 16,
"supplementOrExtraMeal": 4,
"thruCheckedInOnBoard": 21,
"ticketless": {
"otherLoads": {
"cabinBagOrExtraSeat": 8,
"stretcher": 2,
"total": 12
},
"passenger": 174
},
"totalCheckedin": 18,
"totalOnBoard": 168,
"unOccupiedSeats": 39
},
"mealsServedList": [
{
"code": "L",
"description": "LUNCH"
},
{
"code": "L",
"description": "LUNCH"
},
{
"code": "B",
"description": "LUNCH"
},
{
"code": "D",
"description": "DINNER"
},
{
"code": "D",
"description": "DINNER"
},
{
"code": "L",
"description": "BREAKFAST"
},
{
"code": "B",
"description": "BREAKFAST"
},
{
"code": "D",
"description": "DINNER"
},
{
"code": "B",
"description": "LUNCH"
},
{
"code": "D",
"description": "LUNCH"
}
],
"smokingRowList": [
"12",
"26"
],
"standByRestrictionPriorityCode": "CSBY2"
},
{
"cabinClassCode": "F",
"cabinName": "BUSINESS",
"count": {
"authorized": 211,
"available": 2,
"beverage": 150,
"booked": 120,
"eTicketed": {
"otherLoads": {
"cabinBagOrExtraSeat": 7,
"stretcher": 1,
"total": 8
},
"passenger": 53
},
"localOnBoard": 135,
"meals": 221,
"nonRevenueLocalCheckedin": 9,
"nonRevenueThruCheckedin": 3,
"paperTicketed": {
"otherLoads": {
"cabinBagOrExtraSeat": 1,
"stretcher": 0,
"total": 7
},
"passenger": 1
},
"passengersWithNoSeat": 5,
"plannedPassengers": 197,
"revenueLocalCheckedin": 1,
"revenueThruCheckedin": 7,
"seatingCapacity": 70,
"setups": 2,
"specialMeals": 6,
"supplementOrExtraMeal": 5,
"thruCheckedInOnBoard": 9,
"ticketless": {
"otherLoads": {
"cabinBagOrExtraSeat": 5,
"stretcher": 1,
"total": 10
},
"passenger": 242
},
"totalCheckedin": 39,
"totalOnBoard": 202,
"unOccupiedSeats": 50
},
"mealsServedList": [
{
"code": "D",
"description": "BREAKFAST"
},
{
"code": "B",
"description": "DINNER"
},
{
"code": "B",
"description": "DINNER"
},
{
"code": "B",
"description": "BREAKFAST"
},
{
"code": "L",
"description": "BREAKFAST"
},
{
"code": "D",
"description": "DINNER"
},
{
"code": "B",
"description": "DINNER"
},
{
"code": "D",
"description": "DINNER"
},
{
"code": "D",
"description": "BREAKFAST"
},
{
"code": "D",
"description": "DINNER"
}
],
"smokingRowList": [
"12",
"26"
],
"standByRestrictionPriorityCode": "CSBY2"
},
{
"cabinClassCode": "F",
"cabinName": "FIRST",
"count": {
"authorized": 114,
"available": 45,
"beverage": 177,
"booked": 110,
"eTicketed": {
"otherLoads": {
"cabinBagOrExtraSeat": 9,
"stretcher": 1,
"total": 2
},
"passenger": 112
},
"localOnBoard": 96,
"meals": 86,
"nonRevenueLocalCheckedin": 2,
"nonRevenueThruCheckedin": 5,
"paperTicketed": {
"otherLoads": {
"cabinBagOrExtraSeat": 3,
"stretcher": 1,
"total": 4
},
"passenger": 152
},
"passengersWithNoSeat": 3,
"plannedPassengers": 170,
"revenueLocalCheckedin": 190,
"revenueThruCheckedin": 42,
"seatingCapacity": 254,
"setups": 2,
"specialMeals": 1,
"supplementOrExtraMeal": 3,
"thruCheckedInOnBoard": 1,
"ticketless": {
"otherLoads": {
"cabinBagOrExtraSeat": 8,
"stretcher": 2,
"total": 6
},
"passenger": 179
},
"totalCheckedin": 59,
"totalOnBoard": 21,
"unOccupiedSeats": 8
},
"mealsServedList": [
{
"code": "D",
"description": "BREAKFAST"
},
{
"code": "D",
"description": "DINNER"
},
{
"code": "L",
"description": "LUNCH"
},
{
"code": "L",
"description": "BREAKFAST"
},
{
"code": "D",
"description": "BREAKFAST"
},
{
"code": "L",
"description": "DINNER"
},
{
"code": "D",
"description": "LUNCH"
},
{
"code": "L",
"description": "LUNCH"
},
{
"code": "B",
"description": "DINNER"
},
{
"code": "B",
"description": "DINNER"
}
],
"smokingRowList": [
"12",
"26"
],
"standByRestrictionPriorityCode": "CSBY3"
}
],
"crewSeatList": [
{
"columnList": [
"A",
"B"
],
"rowNumber": "5"
},
{
"columnList": [
"A",
"B"
],
"rowNumber": "3"
},
{
"columnList": [
"A",
"B"
],
"rowNumber": "4"
},
{
"columnList": [
"A",
"B"
],
"rowNumber": "2"
},
{
"columnList": [
"A",
"B"
],
"rowNumber": "4"
},
{
"columnList": [
"A",
"B"
],
"rowNumber": "4"
},
{
"columnList": [
"A",
"B"
],
"rowNumber": "5"
},
{
"columnList": [
"A",
"B"
],
"rowNumber": "1"
},
{
"columnList": [
"A",
"B"
],
"rowNumber": "3"
},
{
"columnList": [
"A",
"B"
],
"rowNumber": "3"
}
],
"errors": [
{
"code": "ERR.TIMEOUT",
"message": "Invalid request parameters",
"source": "HOST",
"type": "Application"
},
{
"code": "ERR.NOT_FOUND",
"message": "Flight not found",
"source": "CKI",
"type": "Validation"
},
{
"code": "ERR.TIMEOUT",
"message": "Invalid request parameters",
"source": "ANCS",
"type": "Application"
}
],
"flightCloseInfo": {
"agentSign": "UHr",
"city": "AUH",
"closeCounter": 2,
"date": "2026-07-28T00:00:00.0Z",
"dateTime": "2026-12-21T00:00:00.0Z",
"localBoardingCountList": [
{
"cabinClassCode": "J",
"count": 86
},
{
"cabinClassCode": "Y",
"count": 68
},
{
"cabinClassCode": "Y",
"count": 0
},
{
"cabinClassCode": "J",
"count": 250
},
{
"cabinClassCode": "F",
"count": 101
},
{
"cabinClassCode": "Y",
"count": 82
},
{
"cabinClassCode": "F",
"count": 48
},
{
"cabinClassCode": "J",
"count": 13
},
{
"cabinClassCode": "Y",
"count": 60
},
{
"cabinClassCode": "J",
"count": 41
}
],
"securityOkIndicator": true,
"time": "14:00:00"
},
"flightInfo": {
"aircraftConfigNumber": "3",
"aircraftRegistrationNumber": "XT327",
"aircraftType": "350",
"airlineCode": "DL",
"arrivalInfo": {
"airportCode": "LHR",
"estimatedDate": "2026-07-25",
"estimatedDateTime": "2026-11-17T00:00:00.0Z",
"estimatedTime": "14:45:00",
"scheduledDate": "2026-07-27",
"scheduledDateTime": "2026-11-27T00:00:00.0Z",
"scheduledTime": "09:00:00"
},
"autoBoard": "ALL-OFF",
"baggageRequirement": "P",
"boardingTime": "09:00:00",
"cancelledPassengerIndicator": true,
"changeOfGaugeIndicator": false,
"checkinRuleNumber": 62,
"controlCityIndicator": false,
"departureInfo": {
"airportCode": "CDG",
"estimatedDate": "2026-07-26",
"estimatedDateTime": "2027-04-11T00:00:00.0Z",
"estimatedTime": "14:45:00",
"gate": "S12",
"scheduledDate": "2026-07-31",
"scheduledDateTime": "2026-08-15T00:00:00.0Z",
"scheduledTime": "05:45:00",
"terminal": "TERMINAL A"
},
"distance": {
"unit": "Kilometers",
"value": 6389
},
"docvRequiredAtOnBoardIndicator": true,
"downlineLegInfoList": [
{
"arrivalAirportCode": "DXB",
"arrivalDate": "2026-07-28T00:00:00.0Z",
"arrivalDateTime": "2026-09-13T00:00:00.0Z",
"arrivalTime": "18:00:00",
"changeOfGaugeIndicator": true,
"controlCityIndicator": false,
"departureAirportCode": "DXB",
"departureDate": "2026-07-24",
"departureDateTime": "2027-06-25T00:00:00.0Z",
"departureTime": "14:30:00",
"distance": {
"unit": "Miles",
"value": 2941
},
"status": "OPENCI",
"stubIndicator": false,
"unautomatedCityIndicator": false
},
{
"arrivalAirportCode": "DXB",
"arrivalDate": "2026-07-30T00:00:00.0Z",
"arrivalDateTime": "2027-01-01T00:00:00.0Z",
"arrivalTime": "12:00:00",
"changeOfGaugeIndicator": false,
"controlCityIndicator": false,
"departureAirportCode": "JFK",
"departureDate": "2026-07-27",
"departureDateTime": "2027-03-04T00:00:00.0Z",
"departureTime": "09:00:00",
"distance": {
"unit": "Kilometers",
"value": 7468
},
"status": "CLOSED",
"stubIndicator": true,
"unautomatedCityIndicator": true
},
{
"arrivalAirportCode": "LHR",
"arrivalDate": "2026-07-21T00:00:00.0Z",
"arrivalDateTime": "2026-12-22T00:00:00.0Z",
"arrivalTime": "18:00:00",
"changeOfGaugeIndicator": true,
"controlCityIndicator": false,
"departureAirportCode": "CDG",
"departureDate": "2026-07-30",
"departureDateTime": "2026-12-11T00:00:00.0Z",
"departureTime": "14:30:00",
"distance": {
"unit": "Kilometers",
"value": 3403
},
"status": "CLOSED",
"stubIndicator": false,
"unautomatedCityIndicator": true
},
{
"arrivalAirportCode": "DXB",
"arrivalDate": "2026-07-29T00:00:00.0Z",
"arrivalDateTime": "2027-03-18T00:00:00.0Z",
"arrivalTime": "12:00:00",
"changeOfGaugeIndicator": true,
"controlCityIndicator": false,
"departureAirportCode": "CDG",
"departureDate": "2026-07-31",
"departureDateTime": "2027-05-16T00:00:00.0Z",
"departureTime": "09:00:00",
"distance": {
"unit": "Kilometers",
"value": 3419
},
"status": "CLOSED",
"stubIndicator": true,
"unautomatedCityIndicator": true
},
{
"arrivalAirportCode": "CDG",
"arrivalDate": "2026-07-31T00:00:00.0Z",
"arrivalDateTime": "2026-12-03T00:00:00.0Z",
"arrivalTime": "12:00:00",
"changeOfGaugeIndicator": false,
"controlCityIndicator": false,
"departureAirportCode": "LHR",
"departureDate": "2026-07-28",
"departureDateTime": "2027-02-15T00:00:00.0Z",
"departureTime": "14:30:00",
"distance": {
"unit": "Kilometers",
"value": 807
},
"status": "CLOSED",
"stubIndicator": true,
"unautomatedCityIndicator": true
}
],
"equipmentChangedIndicator": true,
"flightDurationInMinutes": 777,
"flightLegStatus": "CANCEL",
"flightNumber": "5425",
"flightScheduleSatus": "EARLY",
"heldSeat": "ON",
"inboundSOMRequiredIndicator": true,
"inhibitLocalCheckinSOMIndicator": true,
"openForBoardingIndicator": true,
"priorityPassengerCount": 43,
"stubIndicator": true,
"timeToDepartureInMinutes": 290,
"totalPlannedPassengerCount": 138,
"unautomatedCityIndicator": false,
"unhonoredPassengerCount": 0
},
"jumpSeatCounts": {
"cabin": {
"available": 1,
"inUse": 3
},
"cockpit": {
"available": 1,
"inUse": 2
}
},
"phoneNumbers": {
"gate": "(446) 413-7680",
"jetBridge": "(386) 463-7373"
},
"specialServiceCountList": [
{
"count": 16,
"ssr": "TWOV"
},
{
"count": 17,
"ssr": "CHD"
},
{
"count": 7,
"ssr": "INF"
},
{
"count": 14,
"ssr": "DHD"
},
{
"count": 14,
"ssr": "DHD"
},
{
"count": 1,
"ssr": "CHD"
}
],
"status": "Unknown",
"systemTrackingId": "363029b6-e732-45b1-8e79-46e522e3ae83",
"timeStamp": "2026-07-21T00:00:00.0Z",
"vacantSeatList": [
{
"columnList": [
"A"
],
"rowNumber": "23"
},
{
"columnList": [
"A"
],
"rowNumber": "35"
},
{
"columnList": [
"A"
],
"rowNumber": "14"
},
{
"columnList": [
"A"
],
"rowNumber": "14"
},
{
"columnList": [
"A"
],
"rowNumber": "45"
},
{
"columnList": [
"A"
],
"rowNumber": "7"
},
{
"columnList": [
"A"
],
"rowNumber": "24"
},
{
"columnList": [
"A"
],
"rowNumber": "38"
},
{
"columnList": [
"A"
],
"rowNumber": "43"
},
{
"columnList": [
"A"
],
"rowNumber": "22"
}
],
"warnings": [
{
"code": "ERR_FIELD_MISMATCH",
"element": "passengerCount",
"message": "Data format invalid",
"source": "ANCS",
"type": "Validation"
},
{
"code": "ERR_MALFORMED_RESPONSE",
"element": "CountsPerCabinList",
"message": "Request has missing mandatory Fields",
"source": "CKI",
"type": "Validation"
}
]
}{
"diagnostics": {},
"errorCode": "ERR.SERVER_ERROR",
"message": "Access denied",
"status": "NotProcessed",
"timeStamp": "2026-07-21T00:00:00.0Z",
"type": "Transport"
}Service Homepage: developer.sabre.com/rest-api/cki-flight-details/v3
sabretravelaviationcheck-inflight-detailsrest