ConsoleCatalog
Sign in
AirNav logo

AirNav

airnav.comTravelno auth

Airport directory, runway and frequency details, FBO services, and fuel prices.

Airport Details

ASYNCREADNo auth

Returns airport details including name, FAA identifier, location, elevation, operations, and runway specs.

ParametersFormJSON

ICAO/FAA airport identifier (e.g. KLAX, KBUR)

cost: 1 credit · 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_airnav_com_airport_detail_ssr",
    "params": {
      "airport_id": "KLAX"
    }
  }'