# Retrieve a list of plants by IDs **GET /plants-list** ## Servers - http://104.248.160.134/api: http://104.248.160.134/api () ## Parameters ### Query parameters - **ids** (string) Comma-separated list of plant IDs ## Responses ### 200 A list of plants #### Body: application/json (array[object]) - **id** (integer) - **num_inpn** (string) - **rank_code** (string) - **family** (object) - **genre** (object) - **scientific_name** (string) - **correct_name** (string) - **french_name** (string) - **author** (string) - **publ_year** (integer) - **eflore_url** (string) [Powered by Bump.sh](https://bump.sh)