List requests, the API returns 20 objects per page (default). You need to navigate through pages if you want to get the full list of objectspage defines which page you want to access and is added as a parameter page=page_number in the requestper_page defines how much object / data you want to display and is added as a parameter per_page=object_amount in the request