Current flight is not displayed in AeroAPI

I saw instances where a particular flight (e.g. HM*) is not displayed in the flight list is returned via the following endpoint (all flights are “Arrived”):

https://aeroapi.flightaware.com/aeroapi/flights/HM*

Is this occurrence expected to happen occasionally?

Could you explain a bit more detailed the issue you are seeing?

  1. What endpoint you are using?
  2. If you are using arrived, what airport you were querying for?
  3. What flights you perceived as missing?
  4. What day you were noticing the missing flight?
  5. Any other relevant information needed to look into this a bit more.

I’m using https://aeroapi.flightaware.com/aeroapi/flights/HM5
around 12.28 AEST (Dec 7 2022). The live page (screenshot) shows that the flight is EN ROUTE, while all the responses in the API have “actual_on” set to a value, which means all of them have arrived.

Could you share the results? I show an actual_on as of the time of the synthetic arrival, which Id be interested to see what would have been there previous to that. "actual_on": "2022-12-05T05:47:44Z"

This is the corresponding API response at that particular point of time:

  {
      "flights": [
          {
              "ident": "SEY5",
              "ident_icao": "SEY5",
              "ident_iata": "HM5",
              "fa_flight_id": "VHYXG-1670216291-adhoc-0",
              "operator": "SEY",
              "operator_icao": "SEY",
              "operator_iata": "HM",
              "flight_number": "5",
              "registration": "VH-YXG",
              "atc_ident": null,
              "inbound_fa_flight_id": null,
              "codeshares": [],
              "codeshares_iata": [],
              "blocked": false,
              "diverted": false,
              "cancelled": false,
              "position_only": true,
              "origin": {
                  "code": "L -36.23099 144.20340",
                  "code_icao": null,
                  "code_iata": null,
                  "code_lid": null,
                  "timezone": "Australia/Melbourne",
                  "name": null,
                  "city": "Cohuna",
                  "airport_info_url": null
              },
              "destination": {
                  "code": "YBDG",
                  "code_icao": "YBDG",
                  "code_iata": "BXG",
                  "code_lid": null,
                  "timezone": "Australia/Melbourne",
                  "name": "Bendigo",
                  "city": "Bendigo",
                  "airport_info_url": "/airports/YBDG"
              },
              "departure_delay": 0,
              "arrival_delay": null,
              "filed_ete": null,
              "foresight_predictions_available": false,
              "scheduled_out": null,
              "estimated_out": null,
              "actual_out": null,
              "scheduled_off": "2022-12-05T05:29:58Z",
              "estimated_off": "2022-12-05T05:29:58Z",
              "actual_off": "2022-12-05T05:29:58Z",
              "scheduled_on": null,
              "estimated_on": "2022-12-05T05:47:44Z",
              "actual_on": "2022-12-05T05:47:44Z",
              "scheduled_in": null,
              "estimated_in": null,
              "actual_in": null,
              "progress_percent": null,
              "status": "Arrived",
              "aircraft_type": null,
              "route_distance": null,
              "filed_airspeed": null,
              "filed_altitude": null,
              "route": null,
              "baggage_claim": null,
              "seats_cabin_business": null,
              "seats_cabin_coach": null,
              "seats_cabin_first": null,
              "gate_origin": null,
              "gate_destination": null,
              "terminal_origin": null,
              "terminal_destination": null,
              "type": "Airline"
          },
          {
              "ident": "SEY5",
              "ident_icao": "SEY5",
              "ident_iata": "HM5",
              "fa_flight_id": "VHYXG-1670133303-adhoc-0",
              "operator": "SEY",
              "operator_icao": "SEY",
              "operator_iata": "HM",
              "flight_number": "5",
              "registration": "VH-YXG",
              "atc_ident": null,
              "inbound_fa_flight_id": "SEY5-1670130012-adhoc-0",
              "codeshares": [],
              "codeshares_iata": [],
              "blocked": false,
              "diverted": false,
              "cancelled": false,
              "position_only": false,
              "origin": {
                  "code": "YAFD",
                  "code_icao": "YAFD",
                  "code_iata": null,
                  "code_lid": null,
                  "timezone": "Australia/Melbourne",
                  "name": "Alfred Hospital Heliport",
                  "city": "Alfred",
                  "airport_info_url": "/airports/YAFD"
              },
              "destination": {
                  "code": "YMEN",
                  "code_icao": "YMEN",
                  "code_iata": "MEB",
                  "code_lid": null,
                  "timezone": "Australia/Melbourne",
                  "name": "Essendon",
                  "city": "Essendon North",
                  "airport_info_url": "/airports/YMEN"
              },
              "departure_delay": -1750,
              "arrival_delay": -1750,
              "filed_ete": 580,
              "foresight_predictions_available": false,
              "scheduled_out": null,
              "estimated_out": null,
              "actual_out": null,
              "scheduled_off": "2022-12-04T06:25:03Z",
              "estimated_off": "2022-12-04T05:55:53Z",
              "actual_off": "2022-12-04T05:55:53Z",
              "scheduled_on": "2022-12-04T06:34:43Z",
              "estimated_on": "2022-12-04T06:05:33Z",
              "actual_on": "2022-12-04T06:05:33Z",
              "scheduled_in": null,
              "estimated_in": null,
              "actual_in": null,
              "progress_percent": 100,
              "status": "Arrived",
              "aircraft_type": null,
              "route_distance": 9,
              "filed_airspeed": null,
              "filed_altitude": null,
              "route": null,
              "baggage_claim": null,
              "seats_cabin_business": null,
              "seats_cabin_coach": null,
              "seats_cabin_first": null,
              "gate_origin": null,
              "gate_destination": null,
              "terminal_origin": null,
              "terminal_destination": null,
              "type": "Airline"
          },
          {
              "ident": "SEY5",
              "ident_icao": "SEY5",
              "ident_iata": "HM5",
              "fa_flight_id": "SEY5-1670039707-adhoc-0",
              "operator": "SEY",
              "operator_icao": "SEY",
              "operator_iata": "HM",
              "flight_number": "5",
              "registration": "VH-YXG",
              "atc_ident": null,
              "inbound_fa_flight_id": null,
              "codeshares": [],
              "codeshares_iata": [],
              "blocked": false,
              "diverted": false,
              "cancelled": false,
              "position_only": false,
              "origin": {
                  "code": "L -36.86787 145.59064",
                  "code_icao": null,
                  "code_iata": null,
                  "code_lid": null,
                  "timezone": "Australia/Melbourne",
                  "name": null,
                  "city": "Locksley Field",
                  "airport_info_url": null
              },
              "destination": {
                  "code": "YRMH",
                  "code_icao": "YRMH",
                  "code_iata": null,
                  "code_lid": null,
                  "timezone": "Australia/Melbourne",
                  "name": "Royal Melbourne Hospital Heliport",
                  "city": "Parkville",
                  "airport_info_url": "/airports/YRMH"
              },
              "departure_delay": 0,
              "arrival_delay": null,
              "filed_ete": null,
              "foresight_predictions_available": false,
              "scheduled_out": null,
              "estimated_out": null,
              "actual_out": null,
              "scheduled_off": "2022-12-03T03:55:13Z",
              "estimated_off": "2022-12-03T03:55:13Z",
              "actual_off": "2022-12-03T03:55:13Z",
              "scheduled_on": null,
              "estimated_on": "2022-12-03T04:25:03Z",
              "actual_on": "2022-12-03T04:25:03Z",
              "scheduled_in": null,
              "estimated_in": null,
              "actual_in": null,
              "progress_percent": 100,
              "status": "Arrived",
              "aircraft_type": null,
              "route_distance": 73,
              "filed_airspeed": null,
              "filed_altitude": null,
              "route": null,
              "baggage_claim": null,
              "seats_cabin_business": null,
              "seats_cabin_coach": null,
              "seats_cabin_first": null,
              "gate_origin": null,
              "gate_destination": null,
              "terminal_origin": null,
              "terminal_destination": null,
              "type": "Airline"
          },
          {
              "ident": "SEY5",
              "ident_icao": "SEY5",
              "ident_iata": "HM5",
              "fa_flight_id": "SEY5-1669262363-adhoc-0",
              "operator": "SEY",
              "operator_icao": "SEY",
              "operator_iata": "HM",
              "flight_number": "5",
              "registration": "VH-YXI",
              "atc_ident": null,
              "inbound_fa_flight_id": null,
              "codeshares": [],
              "codeshares_iata": [],
              "blocked": false,
              "diverted": false,
              "cancelled": false,
              "position_only": true,
              "origin": {
                  "code": "L -36.08784 144.02023",
                  "code_icao": null,
                  "code_iata": null,
                  "code_lid": null,
                  "timezone": "Australia/Melbourne",
                  "name": null,
                  "city": "Cohuna",
                  "airport_info_url": null
              },
              "destination": {
                  "code": "YBDG",
                  "code_icao": "YBDG",
                  "code_iata": "BXG",
                  "code_lid": null,
                  "timezone": "Australia/Melbourne",
                  "name": "Bendigo",
                  "city": "Bendigo",
                  "airport_info_url": "/airports/YBDG"
              },
              "departure_delay": 0,
              "arrival_delay": null,
              "filed_ete": null,
              "foresight_predictions_available": false,
              "scheduled_out": null,
              "estimated_out": null,
              "actual_out": null,
              "scheduled_off": "2022-11-24T04:13:22Z",
              "estimated_off": "2022-11-24T04:13:22Z",
              "actual_off": "2022-11-24T04:13:22Z",
              "scheduled_on": null,
              "estimated_on": null,
              "actual_on": "2022-11-24T04:33:30Z",
              "scheduled_in": null,
              "estimated_in": null,
              "actual_in": null,
              "progress_percent": null,
              "status": "Arrived",
              "aircraft_type": null,
              "route_distance": null,
              "filed_airspeed": null,
              "filed_altitude": null,
              "route": null,
              "baggage_claim": null,
              "seats_cabin_business": null,
              "seats_cabin_coach": null,
              "seats_cabin_first": null,
              "gate_origin": null,
              "gate_destination": null,
              "terminal_origin": null,
              "terminal_destination": null,
              "type": "Airline"
          },
          {
              "ident": "SEY5",
              "ident_icao": "SEY5",
              "ident_iata": "HM5",
              "fa_flight_id": "SEY5-1669255026-adhoc-0",
              "operator": "SEY",
              "operator_icao": "SEY",
              "operator_iata": "HM",
              "flight_number": "5",
              "registration": "VH-YXI",
              "atc_ident": null,
              "inbound_fa_flight_id": "HM5-1669204646-adhoc-0",
              "codeshares": [],
              "codeshares_iata": [],
              "blocked": false,
              "diverted": false,
              "cancelled": false,
              "position_only": true,
              "origin": {
                  "code": "YMEN",
                  "code_icao": "YMEN",
                  "code_iata": "MEB",
                  "code_lid": null,
                  "timezone": "Australia/Melbourne",
                  "name": "Essendon",
                  "city": "Essendon North",
                  "airport_info_url": "/airports/YMEN"
              },
              "destination": {
                  "code": "L -36.02212 144.00317",
                  "code_icao": null,
                  "code_iata": null,
                  "code_lid": null,
                  "timezone": "Australia/Melbourne",
                  "name": null,
                  "city": "Kerang",
                  "airport_info_url": null
              },
              "departure_delay": -787,
              "arrival_delay": null,
              "filed_ete": null,
              "foresight_predictions_available": false,
              "scheduled_out": null,
              "estimated_out": null,
              "actual_out": null,
              "scheduled_off": "2022-11-24T02:12:03Z",
              "estimated_off": "2022-11-24T01:58:56Z",
              "actual_off": "2022-11-24T01:58:56Z",
              "scheduled_on": null,
              "estimated_on": null,
              "actual_on": "2022-11-24T01:58:56Z",
              "scheduled_in": null,
              "estimated_in": null,
              "actual_in": null,
              "progress_percent": null,
              "status": "result unknown",
              "aircraft_type": null,
              "route_distance": null,
              "filed_airspeed": null,
              "filed_altitude": null,
              "route": null,
              "baggage_claim": null,
              "seats_cabin_business": null,
              "seats_cabin_coach": null,
              "seats_cabin_first": null,
              "gate_origin": null,
              "gate_destination": null,
              "terminal_origin": null,
              "terminal_destination": null,
              "type": "Airline"
          },
          {
              "ident": "SEY5",
              "ident_icao": "SEY5",
              "ident_iata": "HM5",
              "fa_flight_id": "SEY5-1669181428-adhoc-0",
              "operator": "SEY",
              "operator_icao": "SEY",
              "operator_iata": "HM",
              "flight_number": "5",
              "registration": "VH-YXI",
              "atc_ident": null,
              "inbound_fa_flight_id": "HM5-1669174947-adhoc-0",
              "codeshares": [],
              "codeshares_iata": [],
              "blocked": false,
              "diverted": false,
              "cancelled": false,
              "position_only": false,
              "origin": {
                  "code": "YAFD",
                  "code_icao": "YAFD",
                  "code_iata": null,
                  "code_lid": null,
                  "timezone": "Australia/Melbourne",
                  "name": "Alfred Hospital Heliport",
                  "city": "Alfred",
                  "airport_info_url": "/airports/YAFD"
              },
              "destination": {
                  "code": "YMEN",
                  "code_icao": "YMEN",
                  "code_iata": "MEB",
                  "code_lid": null,
                  "timezone": "Australia/Melbourne",
                  "name": "Essendon",
                  "city": "Essendon North",
                  "airport_info_url": "/airports/YMEN"
              },
              "departure_delay": -1768,
              "arrival_delay": -1768,
              "filed_ete": 540,
              "foresight_predictions_available": false,
              "scheduled_out": null,
              "estimated_out": null,
              "actual_out": null,
              "scheduled_off": "2022-11-23T06:00:41Z",
              "estimated_off": "2022-11-23T05:31:13Z",
              "actual_off": "2022-11-23T05:31:13Z",
              "scheduled_on": "2022-11-23T06:09:41Z",
              "estimated_on": "2022-11-23T05:40:13Z",
              "actual_on": "2022-11-23T05:40:13Z",
              "scheduled_in": null,
              "estimated_in": null,
              "actual_in": null,
              "progress_percent": 100,
              "status": "Arrived",
              "aircraft_type": null,
              "route_distance": 9,
              "filed_airspeed": null,
              "filed_altitude": null,
              "route": null,
              "baggage_claim": null,
              "seats_cabin_business": null,
              "seats_cabin_coach": null,
              "seats_cabin_first": null,
              "gate_origin": null,
              "gate_destination": null,
              "terminal_origin": null,
              "terminal_destination": null,
              "type": "Airline"
          }
      ],
      "links": null,
      "num_pages": 1
  }

Some of those flights are “position_only”, meaning we aren’t receiving flight plans in advance for them and so we detect them only once we start receiving positions about them while en route. It’s possible that some of those flights were only initially tracked by their aircraft registration (VH-YXG) and only became associated with their operator callsign (SEY5 or HM5) once the pilot starts communicating with ATC. Depending on when you loaded the page/API and when that callsign association happened, it might not have been initially visible by callsign.