AirNav Radar API
airnavradar.com
AirNav Radar - live flight tracking, airport boards, flight detail, and aircraft metadata.
- Actions
- 11
- Category
- Travel
- Login
- Not required
- Output
- JSON
Call the AirNav Radar API
Submit a task, then poll the job until it settles. This example runs act_airnavradar_airport_detail.
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_airnavradar_airport_detail",
"params": {
"icao": "LPPT"
}
}'11 actions on airnavradar.com
Read
Airport Details
act_airnavradar_airport_detailread1 credit / callReturns airport metadata, current weather, and TAF forecast for a given ICAO airport code.
- icao
- string · required
Airport METAR TAF History
act_airnavradar_airport_metar_taf_historyread1 credit / callReturns historical METAR and TAF weather messages for the specified ICAO airport.
- icao
- string · required
Airport Page
act_airnavradar_airport_page_ssrread1 credit / callReturns an airport's departures and arrivals flight boards by ICAO code.
- icao
- string · required
Airport Search Index
act_airnavradar_airport_search_indexread1 credit / callReturns the global airport autocomplete index with ICAO, IATA codes, and coordinates.
- v
- string
Flight Details
act_airnavradar_flight_detailread1 credit / callReturns flight detail including aircraft registration, type, origin and destination ICAO, and schedule status.
- fid
- string · required
Flight Details Page
act_airnavradar_flight_detail_ssrread1 credit / callReturns flight detail page fields for a given callsign and flight ID.
- callsign
- string · required
- fid
- string · required
Flight Schedule History
act_airnavradar_flight_schedule_historyread1 credit / callReturns historical schedule instances for a flight number with past departure dates and route pairs.
- callsign
- string · required
- fid
- string · required
- field
- string
Map View Page
act_airnavradar_map_view_pageread1 credit / callReturns map view metadata centered on a latitude, longitude, and zoom level.
- lat
- string · required
- lon
- string · required
- zoom
- string · required
Write
Write actions change state on airnavradar.com and run as the account you connect.
Flight Airport Search
act_airnavradar_flight_airport_searchwrite2 credits / callReturns flights and airports matching a query with ICAO codes and flight IDs.
- search_query
- string · required
Live Flights Map
act_airnavradar_live_flights_mapwrite2 credits / callReturns live flight positions within a map viewport bounds and zoom level.
- bounds
- string · required
- zoom
- string · required
- proj_type
- string
Live Flight Track
act_airnavradar_live_flight_trackwrite2 credits / callReturns a single flight's live position track and status by flight ID.
- fid
- string · required
- locale
- string
AirNav Radar API questions
- Is there an API for AirNav Radar?
- AirNav Radar does not offer a public data API for this, but Anakin Wire provides 11 maintained endpoints for airnavradar.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 Radar 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 airnavradar.com changes its markup, Anakin updates the action.
- Do I need a AirNav Radar account?
- No. Every AirNav Radar action listed here runs anonymously — no account and no credentials required.
- What does the AirNav Radar 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
ADS-B Exchange
ADS-B Exchange - live flight tracking, aircraft positions, route history, and details.
Aeromexico
Aeromexico - flight and fare search, schedules, flight status, and destinations.
Afar
Travel destination guides, articles, and curated itineraries.
Agoda
Agoda - travel platform for hotels, vacation rentals, flights, and tours.
Airbnb
Airbnb - stay search by destination and dates with full property details.
Airbnb Portugal
Airbnb Portugal - stay search, listings, pricing, availability, and reviews.