API only one record

Hi I only get one record out of my list API, is there a solutions to this?



The second picture is from spreadsheet to show that the API must work…

{
“get”: “fixtures”,
“parameters”: {
“league”: “88”,
“from”: “2021-08-13”,
“to”: “2022-05-15”,
“season”: “2021”
},
“errors”: ,
“results”: 306,
“paging”: {
“current”: 1,
“total”: 1
},
“response”: [
{
“fixture”: {
“id”: 707179,
“referee”: “K. Blom”,
“timezone”: “UTC”,
“date”: “2021-08-13T18:00:00+00:00”,
“timestamp”: 1628877600,
“periods”: {
“first”: 1628877600,
“second”: 1628881200
},
“venue”: {
“id”: 1130,
“name”: “De Adelaarshorst”,
“city”: “Deventer”
},
“status”: {
“long”: “Match Finished”,
“short”: “FT”,
“elapsed”: 90
}
},
“league”: {
“id”: 88,
“name”: “Eredivisie”,
“country”: “Netherlands”,
“logo”: “https://media.api-sports.io/football/leagues/88.png”,
“flag”: “https://media.api-sports.io/flags/nl.svg”,
“season”: 2021,
“round”: “Regular Season - 1”
},
“teams”: {
“home”: {
“id”: 410,
“name”: “GO Ahead Eagles”,
“logo”: “https://media.api-sports.io/football/teams/410.png”,
“winner”: false
},
“away”: {
“id”: 210,
“name”: “Heerenveen”,
“logo”: “https://media.api-sports.io/football/teams/210.png”,
“winner”: true
}
},
“goals”: {
“home”: 0,
“away”: 1
},
“score”: {
“halftime”: {
“home”: 0,
“away”: 1
},
“fulltime”: {
“home”: 0,
“away”: 1
},
“extratime”: {
“home”: null,
“away”: null
},
“penalty”: {
“home”: null,
“away”: null
}
}
},
{
“fixture”: {
“id”: 707180,
“referee”: “J. Kooij”,
“timezone”: “UTC”,
“date”: “2021-08-14T14:30:00+00:00”,
“timestamp”: 1628951400,
“periods”: {
“first”: 1628951400,
“second”: 1628955000
},
“venue”: {
“id”: 1144,
“name”: “Mandemakers Stadion”,
“city”: “Waalwijk”
},
“status”: {
“long”: “Match Finished”,
“short”: “FT”,
“elapsed”: 90
}
},
“league”: {
“id”: 88,
“name”: “Eredivisie”,
“country”: “Netherlands”,
“logo”: “https://media.api-sports.io/football/leagues/88.png”,
“flag”: “https://media.api-sports.io/flags/nl.svg”,
“season”: 2021,
“round”: “Regular Season - 1”
},
“teams”: {
“home”: {
“id”: 417,
“name”: “Waalwijk”,
“logo”: “https://media.api-sports.io/football/teams/417.png”,
“winner”: true
},
“away”: {
“id”: 201,
“name”: “AZ Alkmaar”,
“logo”: “https://media.api-sports.io/football/teams/201.png”,
“winner”: false
}
},
“goals”: {
“home”: 1,
“away”: 0
},
“score”: {
“halftime”: {
“home”: 1,
“away”: 0
},
“fulltime”: {
“home”: 1,
“away”: 0
},
“extratime”: {
“home”: null,
“away”: null
},
“penalty”: {
“home”: null,
“away”: null
}
}
},
{
“fixture”: {
“id”: 707181,
“referee”: “D. Makkelie”,
“timezone”: “UTC”,
“date”: “2021-08-14T16:45:00+00:00”,
“timestamp”: 1628959500,
“periods”: {
“first”: 1628959500,
“second”: 1628963100
},
“venue”: {
“id”: 11906,
“name”: “Erve Asito”,
“city”: “Almelo”
},
“status”: {
“long”: “Match Finished”,
“short”: “FT”,
“elapsed”: 90
}
},
“league”: {
“id”: 88,
“name”: “Eredivisie”,
“country”: “Netherlands”,
“logo”: “https://media.api-sports.io/football/leagues/88.png”,
“flag”: “https://media.api-sports.io/flags/nl.svg”,
“season”: 2021,
“round”: “Regular Season - 1”
},
“teams”: {
“home”: {
“id”: 206,
“name”: “Heracles”,
“logo”: “https://media.api-sports.io/football/teams/206.png”,
“winner”: false
},
“away”: {
“id”: 197,
“name”: “PSV Eindhoven”,
“logo”: “https://media.api-sports.io/football/teams/197.png”,
“winner”: true
}
},
“goals”: {
“home”: 0,
“away”: 2
},
“score”: {
“halftime”: {
“home”: 0,
“away”: 1
},
“fulltime”: {
“home”: 0,
“away”: 2
},
“extratime”: {
“home”: null,
“away”: null
},
“penalty”: {
“home”: null,
“away”: null
}
}
},
{
“fixture”: {
“id”: 707182,
“referee”: “J. Kamphuis”,
“timezone”: “UTC”,
“date”: “2021-08-14T18:00:00+00:00”,
“timestamp”: 1628964000,
“periods”: {
“first”: 1628964000,
“second”: 1628967600
}, (much, much, much longer)

Anyone? Seen all the tutorials right now

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.