Documentation

API URL


POST /lookup

Headers
Code
Content-Type: application/json
Body Parameters


Example Request

Code
GET /lookup?tail=N1098Z

Successful Response

Status
HTML
200 OK
Body
Code
{
  "tail_number": "N1098Z",
  "manufacturer": "BELL",
  "model": "206B",
  "serial_number": "123456",
  "engine_type": "Turbo Shaft",
  "year_made": "1980",
  "registration_status": "Valid",
  "registered_owner": "ACME CORP",
  "owner_state": "TX",
  "owner_country": "US",
  "airworthiness_classification": "Standard",
  "last_action_date": "2023-04-01",
  "rotorcraft_category": "Normal",
  "seats": 5,
  "powerplant": "Turbo Shaft",
  "valid": true,
  "source": "faa"
}

Error Response

Example
Code
422 INVALID_TAIL - Invalid tail number
422 INVALID_HEX - Invalid ICAO hex
422 INVALID_SERIAL - Invalid serial format
501 BATCH_NOT_IMPLEMENTED - Batch route not available
500 FAA001 - Scraper or internal error

Last Updated:  May 4, 2026