Documentation

API URL


POST /lookup

Headers
Code
Content-Type: application/json
Body Parameters


Example Request

Code
GET /lookup?tail=N12345

Successful Response

Status
HTML
200 OK
Body
Code
{
  "tail": "N12345",
  "valid": true,
  "owner": "Private Individual",
  "manufacturer": "Cessna",
  "model": "172M",
  "type": "C172",
  "year": 1998
}

Error Response

Example
Code
422 INVALID_TAIL – Invalid tail number format
422 INVALID_HEX – Invalid ICAO hex format
501 BATCH_DISABLED – Batch route not enabled
500 FAA_LOOKUP_FAILED – FAA site unavailable or HTML parse error

Last Updated:  May 4, 2026