I have a pretty simple use case. I want to run a daily cron to retrieve all subtitles uploaded that day. I could run a cron every second to constantly retrieve api/discover/latest but there are some edge cases. Any downtime or failures would result in me missing a bunch of uploads, or if someone uploads more than 60 subtitles at once. It would be far more reliable if I could retrieve things by date.
Let me know if this is something the dev team would consider adding.