Flight not found on AirlineFlightSchedules

Hi,

Why flight “EZS1334-1540274457-fa-0984” is not found is the following AirlineFlightSchedules query?

http://flightxml.flightaware.com/json/FlightXML2/AirlineFlightSchedules?startDate=1540042800&endDate=1540910400&airline=EZS&flightno=1334&howMany=3&offset=0

{
"AirlineFlightSchedulesResult": {
"next_offset": -1,
"data": []
}
}

It is found in the FlightInfoEx query: http://flightxml.flightaware.com/json/FlightXML2/FlightInfoEx?ident=EZS1334

...
{
"faFlightID": "EZS1334-1540274457-fa-0984",
"ident": "EZS1334",
"aircrafttype": "A319",
"filed_ete": "01:25:00",
"filed_time": 1540274457,
"filed_departuretime": 1540388400,
"filed_airspeed_kts": 385,
"filed_airspeed_mach": "",
"filed_altitude": 0,
"route": "",
"actualdeparturetime": 0,
"estimatedarrivaltime": 1540393500,
"actualarrivaltime": 0,
"diverted": "",
"origin": "LHBP",
"destination": "LSGG",
"originName": "Int'l de Budapest-Ferihegy",
"originCity": "Budapest",
"destinationName": "Int'l de Genève",
"destinationCity": "Genève CH"
},
...

Regards

Try searching AirlineFlightSchedules for EZY1334 instead of EZS1334. easyJet confusingly submits their flight schedules as their mainline EZY code even though the flight is operated as EZS.

Great, tank you for your answer. It work with EZY.