Conventions
Paging
Endpoints support paging to prevent overloading Avercast servers with large result sets. Two query string parameters support paging. These are page and pageSize. The response will have a pageInfo object under the “data” root. You can iterate through the pages using the nextPage value until you have reached the end of the dataset. Be aware that if you do not specify paging parameters they may be set automatically if your dataset is large enough and the result may contain only the first portion of your data.
https://api.avercast.com/dependent_demand?pageSize=100&page=10