# Pagination

Official Documentation (opens new window)

# Set Page

use SportmonksFootballApi;

SportmonksFootballApi::fixture()
	->setPage(2)
	->all();

# Set Per Page

use SportmonksFootballApi;

SportmonksFootballApi::fixture()
	->setPerPage(15)
	->all();