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.
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.