# Retrieve a list of images by IDs **GET /images-list** ## Servers - http://104.248.160.134/api: http://104.248.160.134/api () ## Parameters ### Query parameters - **ids** (string) Comma-separated list of image IDs - **with_plant** (boolean) Include plant data ## Responses ### 200 A list of images #### Body: application/json (array[object]) - **id** (integer) - **author** (string) - **location** (string) - **publ_date** (string(date)) - **organ** (string) - **url** (string) - **plant** (object) [Powered by Bump.sh](https://bump.sh)