Skip to main content

PaginationData

per_pageinteger

Number of results per page.

Example: 10
pageinteger

1-indexed page number of the current result set.

Example: 1
pagesinteger
Example: 1
PaginationData
{
"per_page": 10,
"page": 1,
"pages": 1
}