apilayer / aviationstack

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

Live flight request is completely empty #7

Open fedasevich opened 11 months ago

fedasevich commented 11 months 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 9 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 9 months ago

Same issue here!

Snnick commented 9 months ago

Same issue here!