⚠ Not for operational use — for reference and development purposes only
Aircraft Registry
Registration & ICAO24 Lookup
Search any aircraft by tail number (N-number) or ICAO24 transponder code. Instant access to type, operator, and registration data.
Try:
Daily free limit reached for this IP. Upgrade API plan to continue.
CACHED
LIVE
CACHED
LIVE
Registration
ICAO24 Hex
Manufacturer
Model / Type
Operator
Country
Year Built
Serial No.
Category
Results cached for 10 minutes. API docs →
Registration vs ICAO24
Every aircraft has two primary identifiers. The registration (tail number) is painted on the fuselage — N-numbers for the US, G- for the UK, D- for Germany. The ICAO24 hex code is the Mode-S transponder address broadcast via ADS-B.
SkyLink lets you query either identifier and automatically returns both, along with full aircraft metadata and photos where available.
Full API Reference →GET /aircraft/registration/N12345
GET /aircraft/icao24/a4f23c
// Response
{
"registration": "N12345",
"icao24": "a4f23c",
"manufacturer": "Boeing",
"model": "737-800",
"operator": "Southwest Airlines",
"country": "United States",
"year_built": 2005,
"photo_url": "https://..."
}
Frequently Asked Questions
A unique 24-bit hex code permanently assigned to each aircraft by its country of registration, broadcast via ADS-B. US aircraft start with 'a', UK with '4', Germany with '3c'.
Tail numbers are painted on the fuselage. You can also find them from live ADS-B data — SkyLink's ADS-B endpoint includes the registration alongside each aircraft's position.
Add aircraft data to your app
One API call returns everything about any aircraft. Start free.