4chan / 4chan-API

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

Request: threads.json post count #68

Closed halcyons closed 5 years ago

halcyons commented 5 years ago

Is it possible to get an indicator inthreads.json that either shows the number of posts in each thread, or alter the behavior of last_modified to exclude post deletions? Archivers and other tools could opt to make less requests if they could decide when to fetch a thread based on changes to post counts.

desuwa commented 5 years ago

threads.json shows the reply count now

halcyons commented 5 years ago

Thank you!