faa_public_aviation_search_airports
Search LiveDataLink's self-hosted official FAA 28-day NASR snapshot for U.S. airports and other landing facilities. Returns FAA/ICAO identifiers, location, facility type/use/status, coordinates, elevation, runway counts and dimensions, tower/FAR 139 signals, pagination, and cycle provenance. Use this for 'find airports near a city', 'public-use airports in Ohio with a 5,000-foot runway', or to resolve an identifier before a profile call. Reference data only; not live airport status or NOTAMs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum facilities. Default 20. | |
| query | No | FAA/ICAO id, airport/facility name, or city. | |
| state | No | Two-letter U.S. state or territory code. | |
| offset | No | Facilities to skip. Default 0. | |
| status | No | FAA operational or closure status. Omit to include all statuses. | |
| facility_use | No | FAA public-use or private-use classification. | |
| facility_type | No | Airport, heliport, seaplane base, balloonport, gliderport, or ultralight facility. | |
| response_format | No | Human-readable markdown or machine-readable JSON. Default markdown. | |
| min_runway_length_ft | No | Require at least one runway of this published length. |