I am using a FlightStats API to collect some data on flight status.
I have created a API using this https://api.flightstats.com/flex/flightstatus/{protocol}/v2/{format}/flight/status/{...}
[
{
"Actual departure/arrival times":"2016-12-22T05:16:15.330Z",
"Delay calculations":"2016-12-22T05:16:15.330Z",
"Equipment type":"AAAAA555555"
}
]
However, my dashboard is empty with no data. Did I miss out any steps?