Segment
id int32required
Example:
1departureAirportCode stringrequired
Example:
DXBarrivalAirportCode stringrequired
Example:
CAIdepartureTime date-timerequired
Example:
2025-05-13T16:20:00+04:00arrivalTime date-timerequired
Example:
2025-05-13T19:05:00+03:00marketingAirlineCode stringrequired
Example:
MSmarketingFlightNumber stringrequired
Example:
913operatingAirlineCode string
Only present if the flight is operated by a different airline than the marketing airline
Example:
SVoperatingFlightNumber string
Only present if the flight is operated by a different airline than the marketing airline
Example:
2468aircraftCode string
IATA aircraft equipment code
Example:
321Segment
{
"id": 1,
"departureAirportCode": "DXB",
"arrivalAirportCode": "CAI",
"departureTime": "2025-05-13T16:20:00+04:00",
"arrivalTime": "2025-05-13T19:05:00+03:00",
"marketingAirlineCode": "MS",
"marketingFlightNumber": "913",
"operatingAirlineCode": "SV",
"operatingFlightNumber": "2468",
"aircraftCode": 321
}