- Type:
integer
- Default:
0
- Scope:
search
page
parameter defines the zero-based page number of results to retrieve.
It works together with hitsPerPage
to control pagination.
For example, to fetch the third page of results with 10 hits per page, set page
to 2
and hitsPerPage
to 10
.
Usage
- Pagination is zero-based: the first page is
page: 0
. - The total number of available pages is returned as
nbPages
in the search response. - If
page
exceeds or equalsnbPages
, the response contains zero hits but no error.
page
and hitsPerPage
, the response includes these fields:
Example
Current API clients
Current API clients
Legacy API clients
Legacy API clients