faa_public_aviation_search_runways
Search U.S. FAA NASR runways using bounded technical filters such as state, minimum published length/width, surface text, lighting, ILS, public use, and operational status. Returns the airport identity, runway dimensions/surface/condition/lighting, weight fields, ILS/approach-light end counts, pagination, cycle, and provenance. Use this for 'operational Texas runways at least 8,000 feet', 'public-use paved runways in Alaska', or airport-site screening. Reference data only; verify all performance and operational decisions independently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum runways. Default 20. | |
| state | No | Two-letter U.S. state or territory code. | |
| offset | No | Runways to skip. Default 0. | |
| surface | No | Substring of FAA surface code, such as ASPH, CONC, TURF, WATER, or GRVL. | |
| ils_only | No | Require at least one runway end with a published ILS type. Default false. | |
| lighted_only | No | Require a nonblank FAA runway-light code. Default false. | |
| min_width_ft | No | Minimum published runway width in feet; water landing areas may be much wider than paved runways. | |
| min_length_ft | No | Minimum published runway length in feet. | |
| public_use_only | No | Require FAA public-use classification. Default false. | |
| response_format | No | Human-readable markdown or machine-readable JSON. Default markdown. | |
| operational_only | No | Exclude closed facilities. Default true. |