Overview
Borough uses page-based pagination. Pages are 1-indexed (first page ispage=1).
Parameters
Pass an explicit
perPage (up to your tier max) for larger pages.
Response metadata
total: Total number of matching results across all pagespage: Current page numberperPage: Results per pagelinks: Navigation URLs for self, first, last, prev (null on first page), and next (null on last page)