So I'm new to this (came from Figma 2 days ago) and part of the app I wanted to design involved creating a list of all aircraft currently in the air or scheduled. I figured out how to use APIs and made an API call that uses a key to get info on all active aircraft (such as scheduled arrival/departure, destination and departure location, flight code, etc) and made a few JSON paths for the data I wanted to list. However this is where I got stuck, I tried using ChatGPT but it was completely useless. Obviously I wanna put the JSON paths into a list so that I can have a list of all active aircraft at any one time in my app. Thanks for any help (and remember I literally have no experience with this software so don't try talk to me like you expect I know what anything is lmao)
The screenshots I added just showcase everything I've figured out (and might help provide info on what I still need to do)