page
query parameter which takes a zero-indexed integer which is the page number.
If you do not pass a page number, it will default to 0 (the first page).
PathStack provides next
and previous
links for paginated responses. If the next
link is not null, that means there
is more data to fetch. You can then call the URL in the next
link to get the next page.