/fourchan/boards/search

POST /api/fourchan/boards/search

Price: 1 credit

List 4chan's boards with their slug, title, description and posting rules: page count, threads per page, bump and image limits, file size and comment limits, posting cooldowns, whether the board is work-safe, keeps an archive, shows poster ids or country flags, and its board-flag codes

How to use it

Start here: every other 4chan endpoint needs a board slug, and `alias` is that slug. `has_archive` tells you whether a board's dead threads survive a few days more, so it narrows which boards fourchan/threads/archive serves without promising it — `/r/` declares an archive and is refused there. `shows_poster_ids` and `shows_country_flags` explain why `poster_id` and `country` are populated on some boards and absent on the rest, and `board_flags` maps that board's flag codes to their labels. `query`, `worksafe_only` and `archived_only` are applied to the directory after it is read, so they never reach 4chan as a search.

Parameters

Request body

Response

Errors

Response headers