Travel
AirNav logo

AirNav API

airnav.com

AirNav - airport directory, runway and frequency details, FBO services, and fuel prices.

Actions
10
Category
Travel
Login
Not required
Output
JSON

Call the AirNav API

Submit a task, then poll the job until it settles. This example runs act_airnav_com_airport_detail_ssr.

curl -X POST https://api.anakin.io/v1/wire/task \
  -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"
    }
  }'

10 actions on airnav.com

Read

  • Airport Details

    act_airnav_com_airport_detail_ssrread1 credit / call

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

    airport_id
    string · required
  • Airport Details Browse

    act_airnav_com_airport_detail_ssr_browseread1 credit / call

    Returns airport details including FAA identifier, location, elevation, fuel availability, and runway specs.

    airport_id
    string · required
  • Airport Directory Search

    act_airnav_com_airport_directory_searchread1 credit / call

    Returns the airport directory entry points with search options and example identifiers.

  • Aviation Fuel Hub

    act_airnav_com_aviation_fuel_hubread1 credit / call

    Returns the aviation fuel section links for great-deals reports and local price tools.

  • Great Deals Fuel Hub

    act_airnav_com_fuel_great_deals_hubread1 credit / call

    Returns the great-deals fuel report options by fuel type and report format.

  • Great Deals Fuel Listing

    act_airnav_com_fuel_great_deals_100ll_listingread1 credit / call

    Returns nationwide cheapest fuel deals by airport, FBO, and reported price for a fuel type.

    fuel_type
    string · required
  • Local Fuel Prices Form

    act_airnav_com_local_fuel_prices_formread1 credit / call

    Returns the local fuel price search options including fuel types and reporting-age windows.

  • State Airport Listing

    act_airnav_com_airport_state_listingread1 credit / call

    Returns airports in a US state with identifiers, names, and cities.

    state_code
    string · required
  • US Airport States Index

    act_airnav_com_airport_country_listingread1 credit / call

    Returns the US states index with per-state airport counts and listing links.

Write

Write actions change state on airnav.com and run as the account you connect.

  • Local Fuel Prices

    act_airnav_com_local_fuel_prices_filteredwrite2 credits / call

    Returns nearby fuel prices by airport, fuel type, and reporting age window.

    airport_id
    string · required
    fuel_type
    string · required
    maxage_days
    string · required

AirNav API questions

Is there an API for AirNav?
AirNav does not offer a public data API for this, but Anakin Wire provides 10 maintained endpoints for airnav.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape AirNav data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when airnav.com changes its markup, Anakin updates the action.
Do I need a AirNav account?
No. Every AirNav action listed here runs anonymously — no account and no credentials required.
What does the AirNav API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Travel APIs

All Travel sites