Paginated API Response
Cursor-based paginated response with items array, page metadata, and navigation helpers.
API ResponsespaginationcursorAPIlist
Cursor-based paginated response with items array, page metadata, and navigation helpers.
Loading editor...
When to use this template
Ideal for list endpoints (products, orders, search results) that need stable pagination. Cursor-based paging avoids the shifting-window problem of offset pagination. The hasMore flag lets the client know whether to render a 'Load More' button without an extra count query.