c
After 2020-05-14 all API request will require api_key parameter. Please register to get your key
This function returns posts published in a given 8ch.net thread
Requests can be performed using HTTP GET or POST methods. Response is always in JSON format.
request
response
Click POST or GET to see response
possible errors
R7ERR_NOTFOUND
Thread not found in the given board
code samples
Below code samples update automatically when you change parameters above
curl
wget
aria2
php
javascript
curl, method POST
curl, method GET
wget, method POST
wget, method GET
php, method GET
php, method GET, using curl
php, method POST, using curl
javascript, method GET, using XMLHttpRequest
javascript, method GET, using jquery