API-BASKETBALL

GRATIS CON POSSIBILITÀ DI UPGRADE
Verified
Da API-SPORTS | Aggiornamento 25日前 | Sports
Popolarità

9.9 / 10

Latenza

270ms

Livello di servizio

100%

Health Check

N/A

Torna a tutte le discussioni

2023-2024 NBA Playoff Game Data is Incorrect

Rapid account: Wjmcgreevy
wjmcgreevy
1ヶ月前

5/6 shows only IND vs NY

5/7 shows CLE vs BOS and DEN vs MINN which was on 5/6.

Rapid account: Wjmcgreevy
wjmcgreevy Commented 1ヶ月前

Makes sense now, thank you!

Rapid account: Api Sports
api-sports Commented 1ヶ月前

We have just checked with Flashscore using UTC times
For the game IND vs NYK (game id 398048), it takes place on 2024.05.06 at 23h30 UTC
For the game MIN vs DEN (game id 397930), it takes place on 2024.05.07 at 02:00 UTC
For the game CLE vs BOS (game id 398627), it takes place on 2024.05.07 at 23h00 UTC

See here : https://www.flashscore.com/basketball/usa/nba/fixtures/ & https://www.flashscore.com/basketball/usa/nba/results/

It seems that the NBA site uses a different timezone to UTC, so I would advise you to add the timezone parameter and change it, so that you can find the same dates and times as the NBA site.

Rapid account: Wjmcgreevy
wjmcgreevy Commented 1ヶ月前

Are you telling me my query string is incorrect? There were quite obviously two NBA games yesterday and two today, one of which returns an incorrect game…

Rapid account: Api Sports
api-sports Commented 1ヶ月前

Hi,

We’ve just checked and there don’t seem to be any errors.
If you wish, you can use the timezone parameter to get games with dates and times from your region.

Best

Rapid account: Wjmcgreevy
wjmcgreevy Commented 1ヶ月前

https://api-basketball.p.rapidapi.com/games?season=2023-2024&league=12&date=2024-05-06

{
“get”: “games”,
“parameters”: {
“league”: “12”,
“date”: “2024-05-06”,
“season”: “2023-2024”
},
“errors”: [],
“results”: 1,
“response”: [
{
“id”: 398048,
“date”: “2024-05-06T23:30:00+00:00”,
“time”: “23:30”,
“timestamp”: 1715038200,
“timezone”: “UTC”,
“stage”: null,
“week”: “NBA - Quarter-finals”,
“status”: {
“long”: “Game Finished”,
“short”: “FT”,
“timer”: null
},
“league”: {
“id”: 12,
“name”: “NBA”,
“type”: “League”,
“season”: “2023-2024”,
“logo”: “https://media.api-sports.io/basketball/leagues/12.png
},
“country”: {
“id”: 5,
“name”: “USA”,
“code”: “US”,
“flag”: “https://media.api-sports.io/flags/us.svg
},
“teams”: {
“home”: {
“id”: 151,
“name”: “New York Knicks”,
“logo”: “https://media.api-sports.io/basketball/teams/151.png
},
“away”: {
“id”: 143,
“name”: “Indiana Pacers”,
“logo”: “https://media.api-sports.io/basketball/teams/143.png
}
},
“scores”: {
“home”: {
“quarter_1”: 27,
“quarter_2”: 22,
“quarter_3”: 33,
“quarter_4”: 39,
“over_time”: null,
“total”: 121
},
“away”: {
“quarter_1”: 24,
“quarter_2”: 31,
“quarter_3”: 32,
“quarter_4”: 30,
“over_time”: null,
“total”: 117
}
}
}
]
}

Partecipa alla discussione - aggiungi un commento di seguito:

Accedi/Iscriviti per pubblicare nuovi commenti