ReqRes · Example Payload

Reqres Agent Pagination Meta Example

DevelopmentTestingPrototypingFake APIRESTAgent Sandbox

Reqres Agent Pagination Meta Example is an example object payload from ReqRes, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

limitreturnednext_cursorprev_cursorhas_moretotal_estimate

Example Payload

Raw ↑
{
  "limit": 89,
  "returned": 87,
  "next_cursor": "sample-next_cursor",
  "prev_cursor": "sample-prev_cursor",
  "has_more": false,
  "total_estimate": 12
}