Retrieve a list of images by IDs
Query parameters
-
ids
string Required Comma-separated list of image IDs
-
with_plant
boolean Include plant data
GET
/images-list
curl \
-X GET http://104.248.160.134/api/images-list?ids=string
Response examples (200)
[
{
"id": 42,
"author": "string",
"location": "string",
"publ_date": "2024-05-04",
"organ": "string",
"url": "string",
"plant": {
"id": 42,
"num_inpn": "string",
"rank_code": "string",
"family": {
"id": 42,
"name": "string"
},
"genre": {
"id": 42,
"name": "string"
},
"scientific_name": "string",
"correct_name": "string",
"french_name": "string",
"author": "string",
"publ_year": 42,
"eflore_url": "string"
}
}
]