ADSBexchange.com

FREEMIUM
Door ADSBexchange.com | Bijgewerkt 13 дней назад | Transportation
Populariteit

9.9 / 10

Latency

426ms

Serviceniveau

100%

Health Check

N/A

Terug naar alle discussies

No flight data received with the API

Rapid account: Jerrycd
jerrycd
3 года назад

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”))

Doe mee aan de discussie - voeg hieronder een opmerking toe

Log in / Schrij u in om nieuwe opmerkingen te plaatsen