4chan · Example Payload

4Chan Api Board Example

SocialBulletin BoardImageboardRead OnlyJSONPublic APIsCommunity

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

Top-level fields

boardtitlews_boardper_pagepagesmax_filesizemax_webm_filesizemax_comment_charsmax_webm_durationbump_limitimage_limitcooldownsmeta_descriptionspoilerscustom_spoilersis_archivedboard_flagscountry_flagsuser_idsoekakisjis_tagscode_tagsmath_tagstext_onlyforced_anonwebm_audiorequire_subjectmin_image_widthmin_image_height

Example Payload

Raw ↑
{
  "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
}