Open fedasevich opened 1 year 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.
Same issue here!
Same issue here!
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.