AirlineFlightSchedules - status of flight

I am trying to build an iOS application using FlightAware api. I need to show user screen which has the same functionality as this page https://flightaware.com/live/findflight?origin=UUEE&destination=UCFM

How do you get a status of the flight? According to the docs https://flightaware.com/commercial/flightxml/explorer/#op_AirlineFlightSchedules I can retrieve only arrival/departure time, flightNo, but no status in there.

Both FlightInfo and FlightInfoEx can return current status for flights up to 48 hours before departure. FlightInfoEx allows you to submit the ident and departure time found from AirlineFlightSchedules in the form of ident@departuretime to query an exact flight.