Resource / 13504
unknownUnnamed resource.
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.
| State | Network | Scheme | Atomic amount | Asset | payTo / untrusted |
|---|---|---|---|---|---|
| active | eip155:8453 | exact | 1250000 | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | 0x3873d15CF3209c32aaA8d9AA542164E658567129 |
| active | solana:5eykt4usfv8p8njdtrepy1vzqkqzkvdp | exact | 1250000 | EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v | BdcZbENFdEyEUMqv9pnRMUnn1Yyeyo2dCMbYXbJ3LmaB |
All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.
No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.
Machine contract
Schemas.
{
"method": "GET",
"queryParams": {
"mfr": "Cessna",
"n_number": "1000E",
"registrant": "NetJets"
},
"type": "http"
}
{
"example": {
"rows": [
{
"cert_issue_date": "2016-02-16",
"city": "Oklahoma City",
"entity_id": null,
"is_fractional": false,
"mfr_name": "CESSNA",
"model_name": "550",
"n_number": "1000E",
"name": "Example Aviation Holdings LLC",
"num_seats": 9,
"registrant_type_desc": "Corporation",
"serial_number": "550-1011",
"state": "OK",
"status_code": "V",
"type_aircraft": "5",
"type_aircraft_desc": "Fixed wing multi engine",
"type_registrant": "3",
"year_mfr": 2002
}
],
"total_matched": 1
},
"type": "json"
}