-
Notifications
You must be signed in to change notification settings - Fork 19
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
Player Snap % #15
Comments
I think so. The documentation is not 100% clear on what data is available, but looking at the actual JSON there seems to be data for tm_off_snp, tm_def_snap, tm_st_snp as well as off_snp and def_snp for some players. |
I just tried that, but it doesn't work. Do you know if they changed their API? It seems like the "stats" call is not available anymore... |
@BenHarten Yeah it looks like the stats endpoint is not publicly available anymore :( |
Just stumbled upon this repo. This is my first year playing in a Sleeper league, and it appears that they are sourcing leagues, teams, stats, and projections from a GraphQL endpoint now. Whether or not that was the same for the Sleeper app last season or not, I am not sure, but it does appear you can get player-level weekly stats and projections by providing player IDs without authentication. Figured I'd pass along the example cURL below in case anyone has time to take a look. Either way, thanks for open-sourcing this Sleeper API wrapper @SwapnikKatkoori.
Response:
|
@albertlyu Oh wow, that's a great find. Thanks for passing this along. |
@albertlyu How'd you figure that out? Curious what else may or may not be available w/o auth. |
Is there a way to return player snap % by week?
The text was updated successfully, but these errors were encountered: