Import aircraft registration and operator information from various sources, store them in MySQL, and retrieve the data with an API microservice
-
Updated
Dec 3, 2023 - Python
Import aircraft registration and operator information from various sources, store them in MySQL, and retrieve the data with an API microservice
Decode N-numbers to aircraft, engine, status, and owner, and search the US civil aircraft registry (FAA Releasable Aircraft Database) by owner, type, or state — offline and keyless over an embedded SQLite + FTS5 mirror, with fail-safe owner-PII redaction.
A django model and form field representing an aircraft registration code
Look up any aircraft by tail number (N12345, G-STBC, D-AIZY) or ICAO24 hex code. Returns aircraft type, manufacturer, operator/airline, year built, military status, and optional photos. 615,000+ aircraft records worldwide.
Simple international aircraft registration code validator
Add a description, image, and links to the aircraft-registration topic page so that developers can more easily learn about it.
To associate your repository with the aircraft-registration topic, visit your repo's landing page and select "manage topics."