page and limit parameters, defaults, and maximum values. Some endpoints return the full collection in a single response and accept no pagination parameters at all.
How it works
Paginated endpoints accept one or both of these query parameters:
Responses are bare JSON arrays. There are no response headers, no JSON envelope, and no total count field. To detect the last page, check whether the number of items returned is less than
limit.
