4chan · JSON Structure

4Chan Api Archive Response Structure

Top-level response from `/{board}/archive.json` — an array of archived OP numbers.

Type: array Properties: 0
SocialBulletin BoardImageboardRead OnlyJSONPublic APIsCommunity

ArchiveResponse is a JSON Structure definition published by 4chan. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/4chan/refs/heads/main/json-structure/4chan-api-archive-response-structure.json",
  "name": "ArchiveResponse",
  "description": "Top-level response from `/{board}/archive.json` \u2014 an array of archived OP numbers.",
  "type": "array",
  "items": {
    "type": "int32",
    "description": "An archived OP ID.",
    "example": 571958
  }
}