/fourchan/threads

POST /api/fourchan/threads

Price: 10 credits

Get one 4chan thread by board and thread number: the opening post with its subject, text, attached file and poster flair, plus every reply in posting order with its own text and file

How to use it

Thread numbers are per board, so the pair must match: a real number on the wrong board is a 412 exactly like a number that never existed. 4chan threads are deleted once they fall off the board, and a deleted thread returns the same 412 as a wrong id, so a not-found here never means the thread was fake. Threads that reached a board's archive keep answering, with `is_archived` and `archived_at` set, but only while they stay inside the board's archive window: the archive is a rolling window, not storage, so a thread that rotates out of it 412s permanently, same as one that was never archived. Boards without an archive lose their threads outright as soon as they fall off the board. Read `text` for plain reply text and `text_html` when the quote links matter.

Parameters

Request body

Response

Errors

Response headers