Greetings to all!
I am trying to get the track of a particular aircraft by performing the steps below:
- Get all flights for a specific time interval. In my case, from 1st September 2019 06:00 to 1st September 2019 07:50.
- Select an aircraft from the list. I chose the first one, "3443d5".
- I tried to get track by aircraft, using aicraft's ID (3443d5) and one of its timestamps (FirstSeen or LastSeen).
Nevertheless, it returned nothing.
Generally, I can not retrieve any track, even from live feed (by taking all the currently active state vectors and choosing one of the available icao24 codes, with time set to zero).
Am I doing something wrong?
This is a sample of the links that I use for my GET requests.
"
opensky-network.org/api/tracks/all?icao2...27a3&time=1564640556"
"
opensky-network.org/api/tracks/all?icao24=a53ee2&time=0"
Thanks a lot for your time guys...