Jump to content

Recommended Posts

Posted

I setup draft buddy sync with my sleeper.com league and it successfully connects, but when I click the "Refresh Live Auction Results using Third" button it:

  • messes up the Nominating Team
  • does not bring in the Winning Bidder
  • AND does not bring in the Actual Bid

ScreenShot

Posted

I didn't realize Sleeper even has auction drafts. This is new to me. I'd have to check their API to get it working, assuming they make the data available. Can you share with me your Sleeper username buffgeoff and league name so I can look up the league?

Posted

Hi Mike - we joined Sleeper last year and I think that was their first year with an auction option. The data is definitely available publicly. This endpoint should return everything your need, https://api.sleeper.app/v1/draft/1397305562164682752/picks
 

Thanks for your help!
 

[
  {
    "draft_id": "1397305562164682752",
    "draft_slot": 5,
    "is_keeper": false,
    "metadata": {
      "amount": "32",
      "first_name": "Jahmyr",
      "injury_status": "",
      "last_name": "Gibbs",
      "news_updated": "1786938619039",
      "number": "0",
      "player_id": "9221",
      "position": "RB",
      "slot": "5",
      "sport": "nfl",
      "status": "Active",
      "team": "DET",
      "team_abbr": "",
      "team_changed_at": "",
      "years_exp": "3"
    },
    "pick_no": 2,
    "picked_by": "716479142157152256",
    "player_id": "9221",
    "reactions": null,
    "roster_id": 12,
    "round": 1
  },
  {
    "draft_id": "1397305562164682752",
    "draft_slot": 6,
    "is_keeper": false,
    "metadata": {
      "amount": "44",
      "first_name": "Drake",
      "injury_status": "",
      "last_name": "Maye",
      "news_updated": "1786983934247",
      "number": "10",
      "player_id": "11564",
      "position": "QB",
      "slot": "6",
      "sport": "nfl",
      "status": "Active",
      "team": "NE",
      "team_abbr": "",
      "team_changed_at": "",
      "years_exp": "2"
    },
    "pick_no": 3,
    "picked_by": "1396614970032013312",
    "player_id": "11564",
    "reactions": null,
    "roster_id": 11,
    "round": 1
  },
  {
    "draft_id": "1397305562164682752",
    "draft_slot": 6,
    "is_keeper": false,
    "metadata": {
      "amount": "21",
      "first_name": "Amon-Ra",
      "injury_status": "",
      "last_name": "St. Brown",
      "news_updated": "1786734042841",
      "number": "14",
      "player_id": "7547",
      "position": "WR",
      "slot": "6",
      "sport": "nfl",
      "status": "Active",
      "team": "DET",
      "team_abbr": "",
      "team_changed_at": "",
      "years_exp": "5"
    },
    "pick_no": 4,
    "picked_by": "1396614970032013312",
    "player_id": "7547",
    "reactions": null,
    "roster_id": 11,
    "round": 1
  },
  {
    "draft_id": "1397305562164682752",
    "draft_slot": 10,
    "is_keeper": false,
    "metadata": {
      "amount": "2",
      "first_name": "Chris",
      "injury_status": "",
      "last_name": "Olave",
      "news_updated": "1787248529668",
      "number": "12",
      "player_id": "8144",
      "position": "WR",
      "slot": "10",
      "sport": "nfl",
      "status": "Active",
      "team": "NO",
      "team_abbr": "",
      "team_changed_at": "",
      "years_exp": "4"
    },
    "pick_no": 5,
    "picked_by": "1256749340064485376",
    "player_id": "8144",
    "reactions": null,
    "roster_id": 1,
    "round": 1
  }
]

 

Posted

Sorry buffgeoff, I haven't forgotten this - I've left this tab open in my browser this whole time. I just haven't had time to look at it. I assumed your auction is done, but is that true, is the auction over or still set for this weekend or next week?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...