How to download your league data in CSV format or use our API to access your league data.
GET
request to https://app.draftfantasy.com/api/v1/league/<LEAGUE_ID>
.
You’ll need to replace <LEAGUE_ID>
with your actual league ID.
For example, if you wanted to get the league with an ID of abcde
, you would make a request to https://app.draftfantasy.com/api/v1/league/abcde
.
GET
request to https://app.draftfantasy.com/api/v1/league/<LEAGUE_ID>/draft
.
You’ll need to replace <LEAGUE_ID>
with your actual league ID.
For example, if you wanted to get the draft with an ID of abcde
, you would make a request to https://app.draftfantasy.com/api/v1/league/abcde/draft
.