G

Govparse · Deregistrations Search

by Govparse

GETBaseSolana

$1.25

per call · USD Coin on Base

Which aircraft were just deregistered (sold, exported, scrapped, or repossessed)? Search FAA aircraft deregistrations (cancel date >= 2022) by last registrant/owner, N-number, mailing state, status, or cancel date (since/before) — the asset-disposal / ownership-exit event for auctioneers, dealers, and asset-based lenders. Returns the aircraft, its last entity-resolved registrant, and the cancel date. FAA public-domain records.

Endpoint

GET https://api.govparse.io/v1/faa/deregistrations/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/deregistrations/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/faa/deregistrations/search?n_number=12345&registrant=Wells+Fargo+Trust&state=FL" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "rows": [
    {
      "cancel_date": "2026-05-14",
      "cert_issue_date": "2015-06-01",
      "city_mail": "Salt Lake City",
      "dereg_id": "9f2c...e1",
      "entity_id": null,
      "n_number": "12345",
      "name": "Example Leasing Trust",
      "serial_number": "208B-0001",
      "state": "UT",
      "status_code": "E"
    }
  ],
  "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