FlightInfoEx not returning any data

I have been trying to get information on a flight without success. I’m using v2 right now, I have Position-Only Flights set to Do not show position-only flights.

I got the ICAO code (DAL82) and tail number (N590NW) and have gotten the faFlightID from a search. I have tried all three codes using the FlightInfoEx request like: https://flightxml.flightaware.com/json/FlightXML2/FlightInfoEx?indent=DAL82

However I always get the response:

{"error":"no data available"}

So FlightAware knows of the DAL82 indent (I’d like to use this ICAO code) I had tried but still is saying no data is available. Is there something I am doing wrong?

It looks like there’s a typo in your parameters. Change indent to ident in the request and it will return results.

wow… and an easy think bit me… thank you