Pagination
Create your request
https://soccer.sportmonks.com/api/v2.0/fixtures/between/2019-11-10/2019-12-12?api_token={API_TOKEN} "pagination": {
"total": 13454,
"count": 100,
"per_page": 100,
"current_page": 1,
"total_pages": 135,
"links": {
"next": "https://soccer.sportmonks.com/api/v2.0/fixtures/between/2019-11-10/2019-12-12?page=2"
}
}
}https://soccer.sportmonks.com/api/v2.0/fixtures/between/2019-11-10/2019-12-12?api_token={API_TOKEN}&page=2 "pagination": {
"total": 13454,
"count": 100,
"per_page": 100,
"current_page": 2,
"total_pages": 135,
"links": {
"next": "https://soccer.sportmonks.com/api/v2.0/fixtures/between/2019-11-10/2019-12-12?page=3"
}
}
}Request more or fewer results per page
https://soccer.sportmonks.com/api/v2.0/fixtures/between/2019-11-10/2019-12-12?api_token={API_TOKEN}&per_page=110 "pagination": {
"total": 13454,
"count": 110,
"per_page": 110,
"current_page": 2,
"total_pages": 135,
"links": {
"next": "https://soccer.sportmonks.com/api/v2.0/fixtures/between/2019-11-10/2019-12-12?page=3"
}
}
}Last updated
Was this helpful?