Skip to content
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

[Bug]: Potential Assists #426

Closed
sebbyfay1 opened this issue Feb 14, 2024 · 1 comment
Closed

[Bug]: Potential Assists #426

sebbyfay1 opened this issue Feb 14, 2024 · 1 comment
Labels
question Inquiry from community

Comments

@sebbyfay1
Copy link

NBA API Version

v1.4.1

Issue

Apologies for the non-bug issue (slack link doesn't work). I am looking for an endpoint to get "potential assists", but I am unable to find one. Here is the NBA page that shows them: https://www.nba.com/stats/players/passing?LastNGames=1.
If anyone knows how I can get this data it would be a huge help. Thanks!

Code

No response

@sebbyfay1 sebbyfay1 added bug Something isn't working triage Researching into a possible bug labels Feb 14, 2024
@rsforbes
Copy link
Collaborator

@sebbyfay1 - Can you double check the slack link. I just fixed it last week with a permanent link, tested today, and all "seems" well: #424

Regarding your question, the endpoint you are lookign for is leadguedashptsstats

From the Chrome Debugger:

    "resource": "leaguedashptstats",
    "parameters": {
        "PtMeasureType": "Passing",
        "PerMode": "PerGame",
        "LeagueID": "00",
        "Season": "2023-24",
        "SeasonType": "Regular Season",
        "PORound": 0,
        "Outcome": null,
        "Location": null,
        "Month": 0,
        "SeasonSegment": null,
        "DateFrom": null,
        "DateTo": null,
        "OpponentTeamID": 0,
        "VsConference": null,
        "VsDivision": null,
        "TeamID": 0,
        "Conference": null,
        "Division": null,
        "LastNGames": 1,
        "GameScope": null,
        "PlayerExperience": null,
        "PlayerPosition": null,
        "StarterBench": null,
        "DraftYear": null,
        "DraftPick": null,
        "College": null,
        "Country": null,
        "Height": null,
        "Weight": null,
        "PlayerOrTeam": "Player",
        "ISTRound": null
    },
...

@rsforbes rsforbes added question Inquiry from community and removed bug Something isn't working triage Researching into a possible bug labels Feb 14, 2024
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