Skip to main content
The Teardowns.aero public API lets your ERP post teardowns, manage listings, and attach documents without going through the web app. Authenticate with an API key you mint yourself on Settings → API Access, then send JSON or multipart requests over HTTPS.

What you can do

Teardowns create the teardown (aircraft or engine), update its fields, transition it through Starting / In process / Completed, attach documents and images. Listings publish whole aircraft, engines, or APUs for sale / lease / exchange. (Parts and landing-gear listings are UI-only today.) Documents and images attach files/images to either a teardown or a listing, set visibility per company-type audience. The shapes you’ll work with mirror what the web app uses internally, so anything you can do in the dashboard you can do over the API.

Base URL

Required headers

Both come from Settings → API Access in the web app. See authentication for the full validation pipeline and managing API keys for minting, rotating, and revoking.

Available endpoints

Teardowns

See Teardowns API reference for detailed request and response schemas.

Sales / Lease / Exchange

See Listings API reference for detailed request and response schemas.

Uploads

See Uploads API reference for multipart shapes, size and MIME limits, and the optional audience form field.

Concepts to know before integrating

Authentication

The two required headers and how each one is verified.

Managing API keys

Mint, rotate, revoke. Includes UI screenshots.

Vocabularies

Accepted values for aircraft_type, engine_model, and (for listings) apu_model.

Audience

Restricting who can see your attached documents.

Rate limits

The four buckets and how to recover from 429.

Errors

Every documented error code and its remediation.