Some endpoints utilize pagination. To retrieve a specific page number, simply add ?page=PAGE_NUMBER to the query string of the request. The response for paginated endpoints is also slightly different.

KeyTypeDescription
countIntegerThe total number of objects retrievable by the endpoint
nextStringThe URL that can be requested for the next page
previousStringThe URL that can be requested for the previous page
resultsArrayAn array of objects containing the results of the request