skytracker.api.v1.aircraft.api_get_photos#

async skytracker.api.v1.aircraft.api_get_photos(browser: WebBrowser = Depends(get_browser), registration: str = Path(PydanticUndefined), limit: int = Query(5)) list[AircraftPhoto]#

Get photos of a specific aircraft by registration

Parameters:
  • browser (WebBrowser) – web browser

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

  • limit (int, optional) – maximum number of images to retrieve (max. 5). Defaults to 5.

Returns:

list of aircraft photos

Return type:

list[AircraftPhoto]