?page=1. Use ?per_page= to control the number of records returned per page (between 1 and 100, default 10).
Response
Paginated results
Paginated responses usually include the following fields:integer
Number of the page returned by this response. The first page is
1.array
Array containing resource information.
string
URL of the first page in the result set. Relative when the requested page is beyond the last page.
integer | null
Position of the first record on this page within the full result set. The first record is at position
1. null when the requested page is beyond the last page.integer
Number of the last page. Equals the total number of pages.
string
URL of the last page in the result set. Relative when the requested page is beyond the last page.
string | null
URL of the next page in the result set. Empty string when the current page is the last page.
string
Canonical URL of the endpoint, without query parameters.
integer
Maximum number of records returned per page.
string | null
URL of the previous page in the result set. Empty string when the current page is the first page.
integer | null
Position of the last record on this page within the full result set.
null when the requested page is beyond the last page.integer
Total number of records across all pages.