FlightInfoEx No Data Available, Possible error.

I am using FlightInfoEx to query for more information about a flight.

First I use:

http://flightxml.flightaware.com/json/FlightXML2/SearchBirdseyeInFlight?query={=%20dest%20PHNL}%20{ident%20{ASA*%20AAY*%20AAL*%20OAE*%20AWE*%20WJA*}}%20{true%20inAir}

It returns:


faFlightID: "**ASA895-1476509178-airline-0167**",
ident: "ASA895",
prefix: "",
type: "B738",
suffix: "",
origin: "KSAN",
destination: "PHNL",
timeout: "0",
timestamp: 1476747760,
departureTime: 1476729540,
firstPositionTime: 1476729541,
arrivalTime: 0,
longitude: -155.68333,
latitude: 20.95,
lowLongitude: -155.68333,
lowLatitude: 20.95,
highLongitude: -117.21667,
highLatitude: 33.34945,
groundspeed: 464,
altitude: 340,
heading: 262,
altitudeStatus: "-",
updateType: "Z",
altitudeChange: "",

This however shows ‘no date available’ when using:
http://flightxml.flightaware.com/json/FlightXML2/FlightInfoEx?ident=ASA895-1476509178-airline-0167

When I use:
http://flightxml.flightaware.com/json/FlightXML2/FlightInfoEx?ident=ASA895 to check match the info off the faFlightID is different as shown below.


faFlightID: "**ASA895-1476509178-airline-0167:0**",
ident: "ASA895",
aircrafttype: "B738",
filed_ete: "05:29:00",
filed_time: 1476729590,
filed_departuretime: 1476728700,
filed_airspeed_kts: 464,
filed_airspeed_mach: "",
filed_altitude: 340,
route: "PEBLE6 SXC C1177 ROSIN FICKY R578 FLITY R578 FAPIS R578 FITES DEREC V21 LNY JULLE5",
actualdeparturetime: 1476729480,
estimatedarrivaltime: 1476749358,
actualarrivaltime: 0,
diverted: "",
origin: "KSAN",
destination: "PHNL",
originName: "San Diego Intl",
originCity: "San Diego, CA",
destinationName: "Honolulu Intl",
destinationCity: "Honolulu, HI"

It seems to have a ‘:0’ appended to the end. Whether I include this or not it doesn’t want to give me the information for the flight through FlightInfoEx or AirlineFlightInfo.