@squawk
    Preparing search index...

    Module @squawk/icao-registry-data

    squawk logo  @squawk/icao-registry-data

    MIT License npm TypeScript

    Pre-processed snapshot of US aircraft registrations from the 2026-04-13 FAA ReleasableAircraft database. Data only - no dependency on @squawk/icao-registry. Versioned and released independently;

    Documentation

    Part of the @squawk aviation library suite. See all packages on npm.

    npm install @squawk/icao-registry-data
    

    Pair with @squawk/icao-registry for zero-config lookups:

    import { usBundledRegistry } from '@squawk/icao-registry-data';
    import { createIcaoRegistry } from '@squawk/icao-registry';

    const registry = createIcaoRegistry({ data: usBundledRegistry.records });
    const aircraft = registry.lookup('A004B3');

    All data is derived from the FAA ReleasableAircraft database, which is public domain. The build pipeline that produces this dataset lives in tools/build-icao-registry-data.

    Interfaces

    RegistryDataset
    RegistryDatasetProperties

    Variables

    usBundledRegistry