ToolAssay

Who owns which aircraft, and what did they just register?

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
243 msmedian answer time
$1.25listed price per call
$1.25price it asked us

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/aircraft/search

CategoryCompany and compliance
Provider hostapi.govparse.io
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$1.25 243 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "mfr": "Cessna",
    "n_number": "1000E",
    "registrant": "NetJets"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "city": {
          "description": "Registrant city fragment.",
          "examples": [
            "Dallas"
          ],
          "type": "string"
        },
        "entity_id": {
          "description": "Resolved registrant entity UUID (pivots to business360).",
          "examples": [
            "b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"
          ],
          "type": "string"
        },
        "fractional": {
          "description": "true = fractional-ownership aircraft only.",
          "examples": [
            "true"
          ],
          "type": "string"
        },
        "limit": {
          "description": "Max rows (default 25, cap 100).",
          "examples": [
            25
          ],
          "type": "integer"
        },
        "mfr": {
          "description": "Manufacturer name fragment.",
          "examples": [
            "Cessna"
          ],
          "type": "string"
        },
        "model": {
          "description": "Model name fragment.",
          "examples": [
            "Citation"
          ],
          "type": "string"
        },
        "n_number": {
          "description": "N-number(s), CSV (leading N optional).",
          "examples": [
            "1000E"
          ],
          "type": "string"
        },
        "offset": {
          "description": "Rows to skip.",
          "examples": [
            0
          ],
          "type": "integer"
        },
        "registered_since": {
          "description": "Certificate-issue date on/after this date (YYYY-MM-DD) \u2014 new registrations/ownership.",
          "examples": [
            "2026-01-01"
          ],
          "type": "string"
        },
        "registrant": {
          "description": "Registrant/owner name \u2014 suffix/punctuation-insensitive.",
          "examples": [
            "NetJets"
          ],
          "type": "string"
        },
        "since": {
          "description": "Last-action date on/after this date (YYYY-MM-DD).",
          "examples": [
            "2026-01-01"
          ],
          "type": "string"
        },
        "sort": {
          "description": "cert_issue_date | last_action_date | year_mfr :asc|:desc. Default cert_issue_date:desc.",
          "examples": [
            "cert_issue_date:desc"
          ],
          "type": "string"
        },
        "state": {
          "description": "Registrant state code(s), CSV.",
          "examples": [
            "TX"
          ],
          "type": "string"
        },
        "status": {
          "description": "Registration status code(s), CSV (V = valid).",
          "examples": [
            "V"
          ],
          "type": "string"
        },
        "type_aircraft": {
          "description": "Type-aircraft code(s), CSV (4 fixed-wing single, 5 fixed-wing multi, 6 rotorcraft).",
          "examples": [
            "5"
          ],
          "type": "string"
        },
        "type_registrant": {
          "description": "Registrant-type code(s), CSV (1 individual, 3 corporation, 7 LLC).",
          "examples": [
            "3"
          ],
          "type": "string"
        }
      },
      "required": [],
      "type": "object"
    }
  },
  "type": "object"
}

This page as JSON