open5e-api icon indicating copy to clipboard operation
open5e-api copied to clipboard

Items returned

Open rogueturnip opened this issue 4 years ago • 1 comments

I've looked around the documents a bunch but can't find this, is there a way to limit the number of results returned? Default is 50 and I wanted to lower this.

Thanks!

rogueturnip avatar May 12 '20 19:05 rogueturnip

Limits and Pagination You can set how many results you want using /?limit. For example, https://api.open5e.com/monsters/?limit=100 will return a paginated set of results with the page size of 100.

From https://open5e.com/api-docs

M-Davies avatar May 13 '20 08:05 M-Davies