- Posts: 3
- Thank you received: 0
from time import sleep
import requests, json
while True:
url = requests.get('https://Adrien_Polytech:***************@opensky-network.org/api/states/all?icao24=501d20')
states = json.loads(url.text)
print(states)
sleep(10)
It is always the beginning of the landing runway.'states': None
And do you think that by implanting multiple antennas in the airport I will be able to see the on-ground aircraft?