Pagination
Create your request
https://api.sportmonks.com/v3/football/fixtures?api_token=YOUR_TOKENhttps://api.sportmonks.com/v3/football/fixtures?api_token=YOUR_TOKEN&page=2"pagination": {
"count": 25,
"per_page": 25,
"current_page": 1,
"next_page": "https://api.sportmonks.com/v3/football/fixtures?leagues=2&page=2",
"has_more": true
},Request more or fewer results per page
Initial data load
Last updated
Was this helpful?