4chan / 4chan-API

Documentation for 4chan's read-only JSON API.
http://www.4chan.org/
1.03k stars 73 forks source link

More stuff that would be useful in boards.json #37

Open ccd0 opened 8 years ago

ccd0 commented 8 years ago

Some additional details that could be useful to have in boards.json:

floens commented 8 years ago

https://github.com/Floens/ChanTracking/commit/1bf60b54fe88e7d971ed143b576b842b160749a2 stuff

ccd0 commented 8 years ago

Thanks for the additions, devs. I assume maximum image dimensions weren't added because it's 10000x10000 (2048x2048 for webms) everywhere?

desuwa commented 8 years ago

image dimensions

Yes.

We'll add some more data later (special board features, forced anon, subject requirements).

ccd0 commented 8 years ago

https://github.com/Floens/ChanTracking/commit/c676a922479ef2124fb2e8a594803e86900485b7

Thanks. The forced anon one in particular will be useful because it allows generating a reply form correctly (no name field that will get ignored confusing users) without having to examine the reply form on the page.

zenhitei commented 6 years ago

My suggestion is to add board category and NSFW flag into boards.json. ex.) /a/ have 'Japanese Culture' category and NSFW: false.

desuwa commented 6 years ago

The worksafe flag is already there: ws_board, 1 for SFW boards, 0 for NSFW boards.

zenhitei commented 6 years ago

@desuwa Thank you, I didn't notice the ws_board flag and another ticket for adding categories on boards.json (#33).