We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/api/v1/posts/:post_id
GET /api/v1/posts/:post_id
Get info about post with :post_id.
:post_id
Response data: Post
Post
string
number
"text"|"post"
datetime
dd/mm/yy hh:mm:ss
Example:
{ "username": "Andrey", "avatar": null, "karma": -10, "lang": "ru", "follows": 30, "followers": 3, "registration": "10/02/21" }
There was an error while loading. Please reload this page.