4chan · Example Payload

4Chan Api Boards Response Example

SocialBulletin BoardImageboardRead OnlyJSONPublic APIsCommunity

4Chan Api Boards Response Example is an example object payload from 4chan, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

boards

Example Payload

Raw ↑
{
  "boards": [
    {
      "board": "a",
      "title": "Anime & Manga",
      "ws_board": 1,
      "per_page": 15,
      "pages": 10,
      "max_filesize": 4194304,
      "max_webm_filesize": 3145728,
      "max_comment_chars": 2000,
      "max_webm_duration": 120,
      "bump_limit": 500,
      "image_limit": 300,
      "cooldowns": {
        "threads": 600,
        "replies": 60,
        "images": 60
      },
      "meta_description": "\"/a/ - Anime & Manga\" is 4chan's imageboard dedicated to the discussion of Japanese animation and manga.",
      "spoilers": 1,
      "custom_spoilers": 1,
      "is_archived": 1,
      "board_flags": {
        "AB": "Flag Name AB",
        "XY": "Flag Name XY"
      },
      "country_flags": 0,
      "user_ids": 0,
      "oekaki": 0,
      "sjis_tags": 0,
      "code_tags": 0,
      "math_tags": 0,
      "text_only": 0,
      "forced_anon": 0,
      "webm_audio": 0,
      "require_subject": 0,
      "min_image_width": 100,
      "min_image_height": 100
    }
  ]
}