The FastDraft Public API is available to allow access to information regarding tournaments and other relavent data. The data is available for informative use only, and should not be used for profit without prior consent from FastDraft.
API calls should be limited to once per hour, unless otherwise noted
https://api.fastdraft.io/public/api/v1/tournaments
Use this endpoint to list the active tournaments currently available
https://api.fastdraft.io/public/api/v1/tournaments?past
Use this endpoint to list the past tournaments that are in progress ('closed') or complete
https://api.fastdraft.io/public/api/v1/tournaments/{tournament:id}/slate
https://api.fastdraft.io/public/api/v1/tournaments/{tournament:id}/leaderboard
https://api.fastdraft.io/public/api/v1/tournaments/{tournament:id}/drafts
https://api.fastdraft.io/public/api/v1/tournaments/{tournament:id}/drafts/{draft:id}