Skip to main content

Segment

id int32required
Example: 1
departureAirportCode stringrequired
Example: DXB
arrivalAirportCode stringrequired
Example: CAI
departureTime date-timerequired
Example: 2025-05-13T16:20:00+04:00
arrivalTime date-timerequired
Example: 2025-05-13T19:05:00+03:00
marketingAirlineCode stringrequired
Example: MS
marketingFlightNumber stringrequired
Example: 913
operatingAirlineCode string

Only present if the flight is operated by a different airline than the marketing airline

Example: SV
operatingFlightNumber string

Only present if the flight is operated by a different airline than the marketing airline

Example: 2468
aircraftCode string

IATA aircraft equipment code

Example: 321
Segment
{
"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
}