Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Data from the 4chan API is exclusively accessible from `a.4cdn.org`, via either
| [Archive.json](pages/Archive.md) | Documentation for the 4chan native archive and its JSON|
| [Boards.json](pages/Boards.md) | Documentation for the 4chan board list and its attributes. |
| [Catalog.json](pages/Catalog.md) | Documentation for the JSON representation of the 4chan native catalog |
| [Index endpoint](pages/Indexes.md) | Documentation for the JSON representaion of board index (main) pages |
| [Index endpoint](pages/Indexes.md) | Documentation for the JSON representation of board index (main) pages |
| [Thread endpoint](pages/Threads.md) | Documentation for the JSON representation of specific 4chan threads. |
| [Thread list](pages/Threadlist.md) | Documentation for the board threadlist and its brief stats|

Expand Down
2 changes: 1 addition & 1 deletion pages/Archive.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
|:----------------|:-------------------------------------|
| **Status 200** | Content-Type: application/json |

Archived threads are read-only threads that are are closed to new replies and images. Threads are archived when they are pushed off the last page of a board.
Archived threads are read-only threads that are closed to new replies and images. Threads are archived when they are pushed off the last page of a board.
Archived threads and their attachments remain viewable for a specific amount of time before they are automatically deleted from 4chan.
It's important to note that not all boards have archives enabled.

Expand Down
2 changes: 1 addition & 1 deletion pages/Boards.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The `boards.json` file is a comprehensive list of all boards and their major set
| `board_flags` | `array` | `only if enabled` | Array of flag codes mapped to flag names | |
| `country_flags` | `integer` | `only if enabled` | Are flags showing the poster's country enabled on the board | `1` or `0`|
| `user_ids` | `integer` | `only if enabled` | Are poster ID tags enabled on the board | `1` or `0`|
| `oekaki` | `integer` | `only if enabled` | Can users submit drawings via browser the Oekaki app | `1` or `0` |
| `oekaki` | `integer` | `only if enabled` | Can users submit drawings via the browser Oekaki app | `1` or `0` |
| `sjis_tags` | `integer` | `only if enabled` | Can users submit [sjis](https://en.wikipedia.org/wiki/Shift_JIS) drawings using the `[sjis]` tags | `1` or `0` |
| `code_tags` | `integer` | `only if enabled` | Board supports code syntax highlighting using the `[code]` tags | `1` or `0` |
| `math_tags` | `integer` | `only if enabled` | Board supports `[math]` [TeX](https://en.wikipedia.org/wiki/TeX) and `[eqn]` tags | `1` or `0` |
Expand Down