skytracker.services.aircraft.get_aircraft#

async skytracker.services.aircraft.get_aircraft(storage: Storage, registration: str) Aircraft#

Get the details of a specific aircraft

Parameters:
  • storage (Storage) – backend storage manager

  • registration (str) – aircraft registration (tail number)

Returns:

aircraft details

Return type:

Aircraft