Aircraft Registrations API
TransportationMAINTAINED1 token / call

Aircraft Registrations API

The complete US civil aircraft registry, straight from the FAA and refreshed daily: 316,483 registered aircraft with tail number, serial number, owner name and address, make, model, year, seats, horsepower, airworthiness classification, registration status and Mode S transponder codes. Every record carries the Mode S hex code (icao24), so ADS-B trackers can resolve any transponder they hear to a real registration in one call. Look up N172SP and get its 1977 Cessna R172K story with engine specs; search Delta Air Lines and page through its 1,100+ aircraft fleet; filter Cirrus aircraft registered in Tennessee since 2020; rank states or manufacturers by registration counts (Texas leads, Cessna dominates). Coded FAA fields arrive decoded into plain English β€” registrant types, aircraft types, engine types, all 40+ status codes β€” with the raw codes preserved for compliance work. Registrations and deregistrations sync daily from the FAA releasable database, so ownership changes land within a day. Built for aviation apps, ADS-B/flight trackers, aircraft sales and valuation, insurance, and lien research. Public-domain source data, self-hosted β€” no third-party calls at request time.

No credit card requiredAccess to 20+ APIsCancel anytime
response.json
{
  "ok": true,
  "aircraft": {
    "n_number": "N172SP",
    "serial_number": "R172-2842",
    "make": "CESSNA",
    "model": "R172K",
    "year": 1977,
    "aircraft_type": "Fixed Wing Single-Engine",
    "engine_type": "Reciprocating",
    "airworthiness_class": "Standard",
    "status": "Valid Registration",
    "status_code": "V",
    "registrant": {
      "type": "LLC",
      "name": "LUKE AIRLINES LLC",
      "street": "13422 FORT ST",
      "street2": null,
      "city": "SOUTHGATE",
      "state": "MI",
      "zip": "481951138",
      "country": "US",
      "region": "Great Lakes",
      "other_names": [],
      "fractional_ownership": false
    },
    "dates": {
      "certificate_issued": "2002-10-31",
      "airworthiness": "1977-12-10",
      "last_action": "2023-06-03",
      "expiration": "2028-08-31"
    },
    "mode_s_code_octal": "50221071",
    "mode_s_hex": "A12239",
    "mfr_mdl_code": "2072431",
    "eng_mfr_mdl_code": "17025",
    "kit": null,
    "specs": {
      "seats": 4,
      "engine_count": 1,
      "weight_class": "CLASS 1",
      "cruising_speed_mph": 76,
      "category": "Land",
      "engine_make": "CONT MOTOR",
      "engine_model": "IO-360 SER",
      "horsepower": 300,
      "thrust_lbs": null
    }
  }
}
7endpoints
1tokens / call
99.9%uptime SLA
Lowavg latency

Why developers pick this API

Production-ready

Production Ready

Battle-tested infrastructure with a 99.9% uptime SLA. Rate limits are generous, responses are consistent.

Simple Integration

Standard REST + JSON. Works with any HTTP client. Copy-ready code snippets in 4 languages.

One Key, 20+ APIs

Your DataAndAPIs subscription unlocks every API on the platform β€” anime, finance, sports, and more.

Code snippets

One install. Every endpoint.

No proprietary SDKs needed. Any HTTP client works. Pick your language and paste.

3languages
7endpoints
RESTarchitecture
1key for all APIs
  • Fully typed responses β€” auto-completion in your IDE
  • Tracks the API in lockstep β€” new endpoints land same day
  • One key works across 20+ APIs on the platform
import axios from 'axios';

const { data } = await axios.get(
  '{API_URL}',
  { headers: { 'X-Api-Key': process.env.API_KEY } }
);

πŸ”’ Subscribe to unlock the live API URL

Developer playground

Explore the endpoints

Browse request parameters and inspect live example responses.

Available Endpoints

Request Parameters

API URL

Please subscribe to see the API URL

Headers

X-Api-Key

Please subscribe to see the actual API URL

import axios from 'axios';

const url = '{API_URL}';
const { data } = await axios.get(url, {
  headers: { 'X-Api-Key': 'YOUR_API_KEY' }
});

Pricing

One subscription. Every API.

Tokens unlock this API and 20+ others on DataAndAPIs. Switch APIs any time β€” we promote.

FREE

$0/mo

500 tokens / month

  • Access to all APIs
  • Tokens reset monthly
  • Community support
Start free
Most Popular

STARTER

$6.99/mo

25,000 tokens / month

  • Access to all APIs
  • Tokens reset monthly
  • Email support
Subscribe

PRO

$24.99/mo

100,000 tokens / month

  • Access to all APIs
  • Tokens reset monthly
  • Priority email support
Subscribe

ULTRA

$99.99/mo

1,000,000 tokens / month

  • Access to all APIs
  • Tokens reset monthly
  • Priority support
Subscribe

Need higher volume, dedicated infra, or a custom contract? Talk to sales β†’

Common questions

The things that actually block the upgrade.

Ship Aircraft Registrations API this afternoon.

500 free tokens. No card. Plus 20+ other APIs on the same key.