The query parameters limit (default = 10) and offset (default = 0) can be used
to toggle the number of results you get back and what record you start at. This
doesn't apply to some routes, which don't accept any parameters (e.g., docs).

The response body from the server will include data on records found in count and number returned in returned:

  • "count": 1056
  • "returned": 10

Ideally, we'd put in a helpful links object - hopefully we'll get that done in the future.