You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
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.
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.
The text was updated successfully, but these errors were encountered: