ADSBexchange.com

FREEMIUM
By ADSBexchange.com | Updated 8 days ago | Transportation
Popularity

9.9 / 10

Latency

432ms

Service Level

100%

Health Check

N/A

Back to All Discussions

No flight data received with the API

Rapid account: Jerrycd
jerrycd
3 years ago

There was no airplane data retrieved with the folloiwng Python scripts. Could anyone help me please? Thansk in advance!

Returned string:
{‘states’: [], ‘time’: 1608711590}

Python scripts:
import http.client

conn = http.client.HTTPSConnection(“adsbexchange-com1.p.rapidapi.com”)

headers = {
‘x-rapidapi-key’: “”,
‘x-rapidapi-host’: “”
}

conn.request(“GET”, “/icao/78048f/”, headers=headers)

res = conn.getresponse()
data = res.read()

print(data.decode(“utf-8”))

Join in the discussion - add comment below:

Login / Signup to post new comments