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 or search customers. 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.

Last updated