Skip to content

Pagination

Davide Santangelo edited this page Feb 1, 2021 · 2 revisions

Requests that return multiple items will be paginated to 20 items by default. You can specify further pages with the ?page parameter. Pagination information is available inside headers. Example:

Per-Page: 20
Link: <https://datorss.com/api/searches?q=<q>&page=1>; rel="first", <https://datorss.com/api/searches?q=<q>&page=2>; rel="next", <https://datorss.com/api/searches?q=<q>&page=24>; rel="last"
Total: 464
Clone this wiki locally