4chan / 4chan-API

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

Add option to view all replies #88

Closed CharlieGordon98 closed 3 years ago

CharlieGordon98 commented 3 years ago

Given a certain board's catalog I can only access the "last_replies"; is there a way I could get access to all the replies on a catalog?

bakugo commented 3 years ago

You access all the replies by fetching each individual thread, if all the replies were in the catalog the file would be massive...

CharlieGordon98 commented 3 years ago

Oh, thank you, I totally missed that