Hi fellow automaters,
Full disclosure: not a lot of API and YAML experience, but I do know my way around some coding.
Haven’t been able to find a solution to something I have wanted for quite a while and I figure it’s because i’m searching in the wrong way or something.
Hope you guys want to nudge me in the right direction.
I have a data feed from a virtual flight simulator network which contains all the information about all flying pilots, their routes and available ATC on the network.
https://data.vatsim.net/v3/vatsim-data.json
I just want to filter out some data on a keyword base:
- Show when friends are flying (search string would be their names);
- Show when the Air Traffic Control of the airport nearby is active (search string would be the airport code).
I see a lot of REST API integrations around but it all doesn’t really seem to match the data feed as provided by this network.
And most of them are explained as creating an array.
I actually only want to pick out some data from an existing array.
Any ideas?