Question about API
Hi, guys.
I was trying to use API for getting everyday's popular posts by '/post/popular_by_day.json'.

However, it always return the first 40 results with each request. Even I take 'limit' or 'page' in the request.
For example: https://konachan.com/post/popular_by_day.json?limit=100&page=3&day=10&month=4&year=2023

The API page here doesn't explain the reason.
Can I find a whole documentation about api somewhere?
40 results? Did you mean 20? I'm only seeing 20.

What makes you think there are more than 20 results? Take a look at the web page for that. Only 20 results and no page navigation. Even if you manually specify a page number in the url, the results don't change. You're looking for info that doesn't exist.

You will run into a few problems with the API, but I don't see any problem here.