apilayer / aviationstack

Free, Real-Time Flight Tracker & Status REST API
https://aviationstack.com
87 stars 8 forks source link

Live flight request is completely empty #7

Open fedasevich opened 1 year ago

fedasevich commented 1 year ago

By doing regular request to api: http://api.aviationstack.com/v1/flights?access_key=

i get totally empty response: { "pagination": { "limit": 100, "offset": 0, "count": 0, "total": 0 }, "data": [] }

adding any optional parameters doesn't help.

AaratBatra commented 11 months ago

I have the same issue here, the api was working as expected before but now, even if I register a new account and try it gives me an empty array. I don't know why is this happening as the parameters, url, key, account status and api status is all ok. It even returns a 200 but still an empty array even for just the api key as the only parameter.

vhanagwal commented 11 months ago

Same issue here!

Snnick commented 11 months ago

Same issue here!