G

Govparse · Aircraft Search

by Govparse

GETBaseSolana

$1.25

per call · USD Coin on Base

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.

Endpoint

GET https://api.govparse.io/v1/faa/aircraft/search

2

Calls / 30d

1

Unique payers / 30d

Sep 6

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.govparse.io/v1/faa/aircraft/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/faa/aircraft/search?mfr=Cessna&n_number=1000E&registrant=NetJets" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "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
}

Payment details

Pay to0x3873d15cf3209c32aaa8d9aa542164e658567129
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Govparse & similar services