API Documentation

Usage

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

Active Tournaments List
https://api.fastdraft.io/public/api/v1/tournaments

Use this endpoint to list the active tournaments currently available

Past Tournaments List
https://api.fastdraft.io/public/api/v1/tournaments?past

Use this endpoint to list the past tournaments that are in progress ('closed') or complete

Tournament Slate
https://api.fastdraft.io/public/api/v1/tournaments/{tournament:id}/slate
Use this endpoint to list the slate of an active tournaments, including ADP and tournament ownership percentage
Tournament Leaderboard
https://api.fastdraft.io/public/api/v1/tournaments/{tournament:id}/leaderboard
This endpoint is used for fetching information about the leaderboard for a given tournament. Team information includes the players and there booster settings, the rank, and total points scored, and the prize amount associated with the rank.
Parameters
  • page - The page number to control the which set of results to view
Tournament Drafts
https://api.fastdraft.io/public/api/v1/tournaments/{tournament:id}/drafts
This endpoint is used for listing all of the drafts for a given tournament.
Parameters
  • page - The page number to control the which set of results to view
Tournament Draft Details
https://api.fastdraft.io/public/api/v1/tournaments/{tournament:id}/drafts/{draft:id}
This endpoint is used for accessing the details of a particular draft. Information includes the pick order and the player associated with each pick.