ADSBexchange.com

免费增值
通过 ADSBexchange.com | 已更新 4 days ago | Transportation
人气

9.9 / 10

延迟

322ms

服务等级

100%

Health Check

N/A

返回所有讨论

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

加入讨论 - 在下面添加评论:

登录/注册以发布新的评论