{
  "x402Version": 2,
  "id": 14596,
  "slug": "14596",
  "resource": "https://api.govparse.io/v1/faa/deregistrations/search",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3873d15CF3209c32aaA8d9AA542164E658567129",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1250000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "BdcZbENFdEyEUMqv9pnRMUnn1Yyeyo2dCMbYXbJ3LmaB",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "1250000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "n_number": "12345",
            "registrant": "Wells Fargo Trust",
            "state": "FL"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "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
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/faa/deregistrations/search",
      "schema": {
        "$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 — 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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.govparse.io",
  "lastUpdated": "2026-09-06T07:30:43.035Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-06T07:30:42.515Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.govparse.io",
    "manifest_name": "api.govparse.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}