Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Live flight request is completely empty #7

Open
fedasevich opened this issue Oct 8, 2023 · 3 comments
Open

Live flight request is completely empty #7

fedasevich opened this issue Oct 8, 2023 · 3 comments

Comments

@fedasevich
Copy link

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
Copy link

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
Copy link

Same issue here!

1 similar comment
@Snnick
Copy link

Snnick commented Dec 12, 2023

Same issue here!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants