We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey, it would be great if 420chan.org (same style as other 4chan boards) could be added.
Website: https://boards.420chan.org/ Example board (nsfw): https://boards.420chan.org/h/ Example thread (nsfw): https://boards.420chan.org/h/thread/631919/kittew-is-back Example image (nsfw): https://boards.420chan.org/h/src/1580390021172.jpg
The text was updated successfully, but these errors were encountered:
Did a quick check out of curiosity
There's an API at https://api.420chan.org/{board}/res/{threadnum}.json
https://api.420chan.org/{board}/res/{threadnum}.json
The format seems to be as follows (unquoted variables are numbers):
{ "posts": [ { "no": threadNum, "now": "%a, %d %b %Y %H:%M:%S EST", "name": "OP's Name", "id": "threadID", "sub": "Some sort of subboard?", "com": "Post content", "filename": "filename without extension", "ext": ".extension", "w": imageWidth, "h": imageHeight, "tn_w": imageThumbnailWidth, "tn_h": imageThumbnailHeight, "time": UNIXTimestamp, "fsize": filesize, "replies": lengthOfArray-1 }, ... ] }
Sorry, something went wrong.
20ee091
No branches or pull requests
Hey,
it would be great if 420chan.org (same style as other 4chan boards) could be added.
Website: https://boards.420chan.org/
Example board (nsfw): https://boards.420chan.org/h/
Example thread (nsfw): https://boards.420chan.org/h/thread/631919/kittew-is-back
Example image (nsfw): https://boards.420chan.org/h/src/1580390021172.jpg
The text was updated successfully, but these errors were encountered: