Retrieve multiple photos
GET
/photos/multiple
photos
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://trashnothing.com/api/v1.2/photos/multiple?photo_ids='
Response Response Example
200 - Example 1
[
{
"photo_id": "987-423",
"thumbnail": {
"height": 120,
"url": "https://trashnothing.com/img/2018-02-02/307731-20180119_155358.90x120.jpg",
"width": 90
}
}
]
Request
Query Params
photo_ids
string
required
device_pixel_ratio
number
optional
Responses
Modified at 2022-09-11 18:59:48