https://static.soccerfootball.info/images/?i=ID_ITEM
ID_ITEM
with the code of the element you are looking forp
parameter you can specify the required page number, if you omit it as a default value page 1 is required. In the body of the endpoint response you will find the paginate section. This indicates that pagination is active in the following call. If the value would be an empty array, then the call is not paginated.page
indicates the current page numberper_page
indicates the number of items there are per pageitems
indicates the total number of itemsitems
value and check it periodically.
To figure out how many pages there are for each endpoint (and then call them with the p
parameter) just divide items
with the per_page
value, rounding up.1
indicates the current page number100
indicates the number of items there are per page38250
indicates the total number of itemsitems / per_page = number_of_pages