# Question about FlightInfoEx

**URL:** https://discussions.flightaware.com/t/question-about-flightinfoex/15523
**Category:** AeroAPI
**Created:** [October 6, 2014, 5:48am UTC](https://discussions.flightaware.com/t/question-about-flightinfoex/15523 "2014-10-06T05:48:16Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![marcowing](https://avatars.discourse-cdn.com/v4/letter/m/cdc98d/32.png) [@marcowing](https://discussions.flightaware.com/u/marcowing)
#### Post date: [October 6, 2014, 5:48am UTC](https://discussions.flightaware.com/t/question-about-flightinfoex/15523/1 "2014-10-06T05:48:16Z")

</div>

1. Is there any API that I can get the All arrival flight information including flight number, Airline, arrive time, and Status (landed, departed, scheduled) in a specific airport within specific time slot (e.g 0800 - 1200)?

2. For the FlightInfoEx API, how can I know if the status of flight is Active (which mean it is on the way)?

---

<div class="post-metadata">

### Author: ![bovineone](https://sea1.discourse-cdn.com/flex019/user_avatar/discussions.flightaware.com/bovineone/32/117631_2.png) [@bovineone](https://discussions.flightaware.com/u/bovineone)
#### Post date: [October 7, 2014, 6:46pm UTC](https://discussions.flightaware.com/t/question-about-flightinfoex/15523/2 "2014-10-07T18:46:34Z")

</div>

1. It’s probably best to use the 4 functions: Enroute, Scheduled, Departed, and Arrived and ignore the flights you do not care about.

2. You should check whether actualdeparturetime != 0 and actualarrivaltime == 0 to see if it is currently enroute.
