4chan · Example Payload

4Chan Api Threadlist Page Example

SocialBulletin BoardImageboardRead OnlyJSONPublic APIsCommunity

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

Top-level fields

pagethreads

Example Payload

Raw ↑
{
  "page": 1,
  "threads": [
    {
      "no": 570368,
      "last_modified": 1546294897,
      "replies": 2
    }
  ]
}