Fantasy Baseball wiki for schema on free agents? #644
Answered
by
cwendt94
jeff-mos-def
asked this question in
ESPN API
|
Good evening. I'm just finding this API and I'd love to get some more info on how to pull free agent data. Is there a public fantasy baseball wiki or documentation that explains the database schema for free agents? I've seen the resources for football and a little bit on basketball, but none on baseball. Any help is appreciated! |
Answered by
cwendt94
May 1, 2025
Replies: 1 comment
|
Hey @jeff-mos-def, I have not had time yet to create the baseball wiki but the baseball package does have free agents functionality. It should follow exactly like basketball. The definition looks like this through the league interface free_agents(week: int=None, size: int=50, position: str=None, position_id: int=None) |
0 replies
Answer selected by
jeff-mos-def
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @jeff-mos-def, I have not had time yet to create the baseball wiki but the baseball package does have free agents functionality. It should follow exactly like basketball. The definition looks like this through the league interface