> For the complete documentation index, see [llms.txt](https://developers.evertransit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.evertransit.com/rest-api/overview/pagination.md).

# Pagination

Explore how to use pagination to manage your responses.

Some top levels API resources have support for bulk fetches via Search API methods. For instance, you can [search rides](/rest-api/api-references/search.md#the-ride-search-object) or [search customers](/rest-api/api-references/search.md#the-customer-search-object). These search API methods share a common structure, taking at least these parameters: `hits`, `totalhits`,  `totalPages` and `hitsPerPage`.

Evertransit's Search API methods utilize offset-based pagination via the `page` and `limit` parameters.
