Most of the calls are paginated.
This means you can request a small amount of results to be as performant as possible.
The default values for items per page is set to 30.
How to use pagination
To use the api pagination pls append the query parameter
?page=1 ?page=2 ...
to your existing API call.