PHP issue (calling a result, and trying to grab data from result)

So, as the title suggests, I am using a PHP script to try and pull data from the AeroAPI from Flightaware. But when I try to pull the arrivaltime, it does not pull, it says it’s an undefined property. If anyone could take a look at this for me that would be great!

https://www.toptal.com/developers/hastebin/reqominato.php

It looks like you are trying to get an arrivaltime field from the FleetScheduled endpoint. The FleetScheduled does not contain an arrivaltime field. I’ve linked the endpoint definition below, it’s likely that the estimatedarrivaltime is what you’re trying to use.

https://flightaware.com/commercial/aeroapi/explorer/#op_FleetScheduled