Skip to content

2024 Playoffs #521

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
theguymeyer opened this issue Mar 25, 2025 · 0 comments
Open

2024 Playoffs #521

theguymeyer opened this issue Mar 25, 2025 · 0 comments
Labels
question Inquiry from community

Comments

@theguymeyer
Copy link

theguymeyer commented Mar 25, 2025

Is there any timeline for data on the 2024 playoffs?

Perhaps I am using the wrong API but I seem to be getting a blank rowSet for the 2024 playoffs. When I am querying for the 2023 playoffs and previous years I am getting a full detailed list of all playoffs games and teams with game IDs but the 2024 playoffs query is blank

from nba_api.stats.endpoints import commonplayoffseries

def get_playoffs():
    playoffs = commonplayoffseries.CommonPlayoffSeries(season='2024')
    print(playoffs.get_dict())

returns

{'resource': 'commonplayoffseries', 'parameters': {'LeagueID': '00', 'Season': '2024', 'SeriesID': None}, 'resultSets': [{'name': 'PlayoffSeries', 'headers': ['GAME_ID', 'HOME_TEAM_ID', 'VISITOR_TEAM_ID', 'SERIES_ID', 'GAME_NUM'], 'rowSet': []}]}

Wherein a season of 2023 provides games up to and including the finals.
I suspect perhaps that the data has yet to be populated/connected until a certain date.

Finally, if anyone could guide me on the requests for the playins it would be very helpful :)

@rsforbes rsforbes added the question Inquiry from community label Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Inquiry from community
Projects
None yet
Development

No branches or pull requests

2 participants