FAA NAS Status API
nasstatus.faa.gov
FAA airspace status - airport delays, ground stops, advisories, and restrictions.
- Actions
- 2
- Category
- Travel
- Login
- Not required
- Output
- JSON
Call the FAA NAS Status API
Submit a task, then poll the job until it settles. This example runs act_nasstatus_faa_gov_facility_restrictions_listing.
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_nasstatus_faa_gov_facility_restrictions_listing",
"params": {
"airport_code": "LAX"
}
}'2 actions on nasstatus.faa.gov
Read
Facility Restrictions Listing
act_nasstatus_faa_gov_facility_restrictions_listingread1 credit / callReturns current airport restrictions with facilities, restriction text, and start and stop times.
- airport_code
- string · required
Operations Plan Forecast
act_nasstatus_faa_gov_operations_plan_forecastread1 credit / callReturns the operations-plan advisory with forecast delay and ground-stop events.
FAA NAS Status API questions
- Is there an API for FAA NAS Status?
- FAA NAS Status does not offer a public data API for this, but Anakin Wire provides 2 maintained endpoints for nasstatus.faa.gov. 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 FAA NAS Status 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 nasstatus.faa.gov changes its markup, Anakin updates the action.
- Do I need a FAA NAS Status account?
- No. Every FAA NAS Status action listed here runs anonymously — no account and no credentials required.
- What does the FAA NAS Status 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.