I am trying to make json API requests to download the equivalent of the popular page for date:2024-05-09 and order:score which if used on the site returns the popular page results exactly, but when calling the api for it like this :
"https://$username:$",api.key,"@danbooru.donmai.us/posts.json?tags=order%3Ascore%20date%3A2024-05-09&z=5&limit=200"
it returns similar collection of posts to the popular page but not quite some of them are something else entirely, like the very first result. I am guessing I am fucking somthing up like the timezone or the z=5 variable.
What does "z=5" do?
Updated