Template

Pagination

Endpoints that return multiple results are paginated:

Example
{
	"data": [],
	"pagination": {
		"limit": 20,
		"offset": 0
	}
}

The following query parameters are accepted:

ParameterDefaultDescription
limit20The number of results per page (between 1–100)
offset0The number of results to skip (0 or larger)