faa_aircraft_search
Who owns which aircraft, and what did they just register? Search the FAA aircraft registry by registrant/owner, N-number, manufacturer, model, type_aircraft, type_registrant (1 individual/3 corp/7 LLC), state, city, status, fractional-only, or certificate-issue date (registered_since — new-ownership tell). Returns the aircraft (make/model/type/year/seats) and its entity-resolved registrant. FAA public-domain records. [price: $0.05/row]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mfr | No | Manufacturer name fragment. | |
| city | No | Registrant city fragment. | |
| sort | No | cert_issue_date | last_action_date | year_mfr :asc|:desc. Default cert_issue_date:desc. | |
| limit | No | Max rows (default 25, cap 100). | |
| model | No | Model name fragment. | |
| since | No | Last-action date on/after this date (YYYY-MM-DD). | |
| state | No | Registrant state code(s), CSV. | |
| offset | No | Rows to skip. | |
| status | No | Registration status code(s), CSV (V = valid). | |
| n_number | No | N-number(s), CSV (leading N optional). | |
| entity_id | No | Resolved registrant entity UUID (pivots to business360). | |
| fractional | No | true = fractional-ownership aircraft only. | |
| registrant | No | Registrant/owner name — suffix/punctuation-insensitive. | |
| type_aircraft | No | Type-aircraft code(s), CSV (4 fixed-wing single, 5 fixed-wing multi, 6 rotorcraft). | |
| type_registrant | No | Registrant-type code(s), CSV (1 individual, 3 corporation, 7 LLC). | |
| registered_since | No | Certificate-issue date on/after this date (YYYY-MM-DD) — new registrations/ownership. |