v1
latestSwagger 2.02026-07-1312672.0 KBposts
Retrieve multiple posts
get/posts/multiple
Query parameters
post_idsstring required
A comma separated list of the post IDs. If more than 10 post IDs are passed, only the first 10 posts will be returned.
Response
The posts.
Example response
{
"posts": [
{
"post_id": 3171898,
"group_id": 6,
"user_id": 2933,
"title": "Ultrasonic diffuser (Downtown Toronto)",
"content": "This ultrasonic diffuser creates an aroma in your home. It comes with two essential oils - mint and lavender.",
"date": "2018-02-05T15:10:21",
"type": "offer",
"outcome": "satisfied",
"latitude": 43.653226,
"longitude": -79.383184,
"footer": null,
"photos": [
{
"photo_id": "695624-768616",
"thumbnail": "https://trashnothing.com/img/2018-02-05/cfsbfm-39051735845_379baab73f.90x120.jpg",
"url": "https://trashnothing.com/img/2018-02-05/cfsbfm-39051735845_379baab73f.375x500.jpg",
"images": [
{
"url": "https://trashnothing.com/img/2018-02-05/cfsbfm-39051735845_379baab73f.90x120.jpg",
"width": 90,
"height": 120
},
{
"url": "https://trashnothing.com/img/2018-02-05/cfsbfm-39051735845_379baab73f.180x240.jpg",
"width": 180,
"height": 240
},
{
"url": "https://trashnothing.com/img/2018-02-05/cfsbfm-39051735845_379baab73f.270x360.jpg",
"width": 270,
"height": 360
},
{
"url": "https://trashnothing.com/img/2018-02-05/cfsbfm-39051735845_379baab73f.375x500.jpg",
"width": 375,
"height": 500
}
]
}
],
"expiration": "2018-03-05T15:10:21",
"reselling": false,
"url": "https://trashnothing.com/post/3171898/ultrasonic-diffuser-downtown-torronto",
"repost_count": 1
}
]
}