Documentation

API URL


POST /api/v1/helicopter/lookup

Headers
Code
Content-Type: application/json
Body Parameters


Example Request

Code
GET https://datpaq.com/api/v1/helicopter/lookup?api_key=your-api-key&tail=N1098Z

Successful Response

Status
HTML
200 OK
Body
Code
{
  "tail_number": "N1098Z",
  "valid": false,
  "reason": "unreachable or timed out",
  "source": "faa",
  "correlationId": "abc123"
}

Error Response

Example
Code
401 AuthenticationError - Missing or invalid API key at gateway layer: Request rejected by authentication policy
404 RouteNotFound - Requested route not mounted: Route does not exist in service
422 ValidationError - Missing tail query or invalid tail/hex/serial input format: Input validation failed
500 InternalError - Unhandled parse or middleware error: Request failed during internal processing
501 NotImplemented - Serial lookup or batch scaffold endpoint invoked: Feature route exists but is not fully implemented

Last Updated:  May 4, 2026