cwendt94 / espn-api

ESPN Fantasy API! (Football, Basketball)
MIT License
613 stars 198 forks source link

Draft List Data #379

Open brente33 opened 1 year ago

brente33 commented 1 year ago

Sport

Basketball

Summary

Is there a way to pull all of the names, dollar values, and stats from the 'Edit Draft Strategy' button on the league home page? I'm looking to get all those projected dollar values and stats out of the system in one pull.

cwendt94 commented 1 year ago

I have not seen that on my basketball league page. Could you post a screen shot of it?

My league has already drafted so that might be the reason.

dtcarls commented 1 year ago

Not sure if there is similar for basketball but for football I get the ADP/auction data with this https://gist.github.com/dtcarls/c6158cd8ad41e0941571807052098a0f

brente33 commented 1 year ago

Here are a couple shots: image Screenshot 2022-10-10 205830

I'll also give that football one a shot, thanks all!

cwendt94 commented 1 year ago

Thank you that screen shot helped! I went to the url got a message saying only available pre draft. This seems to be the API url https://fantasy.espn.com/apis/v3/games/fba/seasons/2023/segments/0/leagues/1693159252?view=kona_player_info_edit_draft_strategy. I will try to look into a little more and see what information I can get from the call.