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/tournamentsUse this endpoint to list the active tournaments currently available
https://api.fastdraft.io/public/api/v1/tournaments?pastUse this endpoint to list the past tournaments that are in progress ('closed') or complete
https://api.fastdraft.io/public/api/v1/tournaments/{tournament:id}/slatehttps://api.fastdraft.io/public/api/v1/tournaments/{tournament:id}/leaderboardhttps://api.fastdraft.io/public/api/v1/tournaments/{tournament:id}/draftshttps://api.fastdraft.io/public/api/v1/tournaments/{tournament:id}/drafts/{draft:id}