/fourchan/threads/search

POST /api/fourchan/threads/search

Price: 20 credits

List the threads currently live on one 4chan board, stickied threads first and the rest newest bump first, each with its subject, opening-post text, attached file, reply and image counts and a preview of its trailing replies. Narrow by keyword or by minimum reply count

How to use it

The board's stickied threads head the list whatever their bump time, so the first rows can be years older than the rest — `is_sticky` marks them, and a small `count` may return nothing else. This is the whole live board, not a site-wide search: pick the board first with fourchan/boards/search, because 4chan has no cross-board search of any kind. `query` and `min_reply_count` are applied to that board's threads after they are read, so a term that matches nothing returns an empty list rather than an error. `replies` here is a short trailing preview and `omitted_post_count` says how many were left out — pass the `id` to fourchan/threads for every post. Threads drop off the board within hours, so a thread listed now may already be gone when you fetch it.

Parameters

Request body

Response

Errors

Response headers