InFlightInfo - Origin returns null

As the title says the origin attribute returns null;



object(stdClass)#2 (24) {
  "faFlightID"]=>
  string(22) "VIR49-1248959154-419-0"
  "ident"]=>
  string(5) "VIR49"
  "prefix"]=>
  string(1) "H"
  "type"]=>
  string(4) "B744"
  "suffix"]=>
  string(1) "Q"
  "origin"]=>
  NULL
  "destination"]=>
  string(4) "KMCO"
  "timeout"]=>
  string(2) "ok"
  "timestamp"]=>
  int(1249049263)
  "departureTime"]=>
  int(1249047856)
  "firstPositionTime"]=>
  int(1249047856)
  "arrivalTime"]=>
  int(0)
  "longitude"]=>
  float(-4.41278982162)
  "latitude"]=>
  float(50.4775009155)
  "lowLongitude"]=>
  float(-4.4306101799)
  "lowLatitude"]=>
  float(50.4760017395)
  "highLongitude"]=>
  float(-0.33641898632)
  "highLatitude"]=>
  float(51.1278991699)
  "groundspeed"]=>
  int(404)
  "altitude"]=>
  int(340)
  "heading"]=>
  int(262)
  "altitudeStatus"]=>
  string(1) " "
  "updateType"]=>
  string(2) "TZ"
  "altitudeChange"]=>
  NULL
}


Also how can I get the route of the flight?

Many Thanks

Craig

FlightInfo will return the route.

OK some work… but others like EZY8626 show up on the website, but does not return in FlightXML. Do I get charged for queries that dont return anything?



object(stdClass)#2 (2) {
"next_offset"]=> 
int(0) "flights"]=> NULL 
} 

Craig

FlightXML does not yet support intraeuropean flights.

Would it be much trouble to integrate the intraeuropean flights? I am creating a program which uses SBS data and FlightXML data to display aircraft on an interactive screen. It would be great if the FlightXML data would mirror what is displayed on the site itself.

For example RYR9406 does not show in FlightXML, but it does here http://flightaware.com/live/flight/RYR9406

Here is a latest screenshot of the program I am developing - Heathrow (EGLL) can see the planes on the ILS for 27L
http://www.craig-phillips.co.uk/images/sbs.jpg

Many thanks

Craig Phillips

Would it be possible to include European flight in FlightXML?