v1
latestSwagger 2.02026-07-1312672.0 KBposts
Retrieve post display data
Retrieve a post and other data related to the post that is useful for displaying the post such as data about the user who posted the post and the groups the post was posted on.
get/posts/{post_id}/display
Path parameters
post_idstring required
The ID of the post to retrieve.
Response
The post and related data.
Example response
{
"post": {
"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
},
"author": {
"user_id": 2946512,
"username": "fred gibson",
"country": "GB",
"profile_image": "https://lh3.googleusercontent.com/-1qVLzuOCyYg/AAAAAAAAAAI/AAAAAAAAAAA/0aGNzRAO61c/s64-c/100783935580725962164.jpg",
"member_since": "2017-01-27T06:35:55",
"firstname": null,
"lastname": null,
"reply_time": 4850,
"feedback": {
"restriction": "no-recent-messages",
"score": 7,
"percent_positive": 87.5
},
"about_me": "Just an old fisherman looking to reuse more."
},
"author_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
}
],
"groups": [
{
"group_id": 46,
"name": "Ottawa Reuse",
"identifier": "OttawaReuse",
"homepage": "https://trashnothing.com/OttawaReuse",
"member_count": 4838,
"latitude": 45.423494,
"longitude": -75.697933,
"timezone": "America/Toronto",
"open_membership": false,
"open_archives": false,
"has_questions": true,
"country": {
"name": "Canada",
"abbreviation": "CA"
},
"region": {
"name": "Ontario",
"abbreviation": "ON"
},
"membership": {
"status": "pending-questions",
"date": "2015-01-22T17:05:50",
"questionnaire": {
"message": "This group is only for people who live in Ottawa.",
"questions": [
"Where do you live?"
]
}
}
}
]
}