skytracker.api.v1.aircraft.api_get_aircraft#

async skytracker.api.v1.aircraft.api_get_aircraft(storage: Storage = Depends(get_storage), registration: str = Path(PydanticUndefined)) Aircraft#

Get details of a specific aircraft by registration

Parameters:
  • storage (Storage) – backend storage manager

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

Returns:

aircraft details

Return type:

Aircraft