ConsoleCatalog
Sign in
ADS-B Exchange logo

ADS-B Exchange

adsbexchange.comTravelno auth

Live flight tracking, aircraft positions, route history, and details.

Aircraft Flight Operations

ASYNCWRITENo auth

Returns flight operation history with routes, airports, and takeoff and landing times for an ICAO hex.

ParametersFormJSON

ICAO 24-bit hex address of the aircraft

When true, request the full operations detail payload

cost: 3 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_adsbexchange_aircraft_flight_operations",
    "params": {
      "icao": "4d212d",
      "full_details": true
    }
  }'