ADSBexchange.com

부분 유료
분류별 ADSBexchange.com | 업데이트됨 13 days ago | Transportation
인기

9.9 / 10

지연 시간

425ms

서비스 수준

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

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입