Making a list with API

Database & APIs

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)

What have you tried so far?

All of the following were instructed to me by ChatGPT but resulted in a messy disfunctional junk:

  • "Binding elements dynamically" (pretty sure this had something to do with combining text with a column)

  • Trigger an API call on page load (and store the response in a variable)

It also kept trying to reference buttons and settings that just didn't exist, so I have to assume they probably have been renamed or repurposed. Honestly gave me a massive headache and thought I might as well ask the community because at least the people here know what they're doing (I hope lmfao)

Did you check FlutterFlow's Documentation for this topic?
Yes
2