How to change the default rate limit of 10 records per request
When connecting to a dataset’s APIs, the default rate limit is 10 records per request.
To increase the limit apply the ?offset=10
parameter. Change this by multiples of 10.
To pull all the Dataset, simply remove the offset parameter.