get_post
Retrieve a specific post from a 4chan archive using its board and post number, including details like author, content, and media.
Instructions
Retrieve a single post from a 4chan archive by board and post number. Parameters: board (shortname), num (post number, can include _ suffix for ghost posts, e.g. "676_1"). Returns post details including author, date, board, thread number, subject, content, and media (filename, dimensions, size) with image link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| num | Yes | Post number. Can include _ suffix for ghost posts, e.g. "676_1" | |
| board | Yes | Board shortname, e.g. "a" |