Which aircraft were just deregistered (sold, exported, scrapped, or repossessed)
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.
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://api.govparse.io/v1/faa/deregistrations/search
| Category | Search and research |
|---|---|
| Provider host | api.govparse.io |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"n_number": "12345",
"registrant": "Wells Fargo Trust",
"state": "FL"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"before": {
"description": "Cancel date on/before this date (YYYY-MM-DD).",
"examples": [
"2026-07-01"
],
"type": "string"
},
"entity_id": {
"description": "Resolved registrant entity UUID.",
"examples": [
"b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"
],
"type": "string"
},
"limit": {
"description": "Max rows (default 25, cap 100).",
"examples": [
25
],
"type": "integer"
},
"n_number": {
"description": "N-number(s), CSV (leading N optional).",
"examples": [
"12345"
],
"type": "string"
},
"offset": {
"description": "Rows to skip.",
"examples": [
0
],
"type": "integer"
},
"registrant": {
"description": "Last registrant/owner name \u2014 suffix/punctuation-insensitive.",
"examples": [
"Wells Fargo Trust"
],
"type": "string"
},
"since": {
"description": "Cancel date on/after this date (YYYY-MM-DD).",
"examples": [
"2026-01-01"
],
"type": "string"
},
"sort": {
"description": "cancel_date | last_action_date :asc|:desc. Default cancel_date:desc.",
"examples": [
"cancel_date:desc"
],
"type": "string"
},
"state": {
"description": "Mailing state code(s), CSV.",
"examples": [
"FL"
],
"type": "string"
},
"status": {
"description": "Status code(s), CSV.",
"examples": [
"E"
],
"type": "string"
}
},
"required": [],
"type": "object"
}
},
"type": "object"
}