Results per page cap

Is there a cap on the results limit per page? The default is 10 results per response, but using query parameters it’s possible to increase this to include many more results, often removing the burden to implement pagination parsing altogether. My question is whether there’s a limit to how far you can increase the results per page cap?

Hi Bilge,

The current limit is 200 results per page. However, you shouldn’t depend on this behavior, as it is likely to change. Ideally, the client only requests as much information as necessary.

Thanks!
Jeffrey

1 Like

Thanks, I was just looking for some indication of how long I can get away without supporting pagination. In its current state I’ll probably never hit that limit so we’re good :wink:

1 Like