curl --request GET \
--url https://therundown.io/api/v2/affiliates \
--header 'key: <api-key>'{
"affiliates": [
{
"affiliate_id": 2,
"affiliate_name": "Bovada",
"affiliate_url": "https://bovada.lv"
},
{
"affiliate_id": 3,
"affiliate_name": "Pinnacle",
"affiliate_url": "https://pinnacle.com"
},
{
"affiliate_id": 4,
"affiliate_name": "Sportsbetting",
"affiliate_url": "https://sportsbetting.ag"
},
{
"affiliate_id": 6,
"affiliate_name": "BetOnline",
"affiliate_url": "https://betonline.ag"
},
{
"affiliate_id": 11,
"affiliate_name": "LowVig",
"affiliate_url": "https://lowvig.ag"
},
{
"affiliate_id": 19,
"affiliate_name": "DraftKings",
"affiliate_url": "https://sportsbook.draftkings.com"
},
{
"affiliate_id": 22,
"affiliate_name": "BetMGM",
"affiliate_url": "https://sports.betmgm.com"
},
{
"affiliate_id": 23,
"affiliate_name": "FanDuel",
"affiliate_url": "https://sportsbook.fanduel.com"
},
{
"affiliate_id": 24,
"affiliate_name": "PointsBet",
"affiliate_url": "https://pointsbet.com"
},
{
"affiliate_id": 25,
"affiliate_name": "Caesars",
"affiliate_url": "https://caesars.com/sportsbook-and-casino"
},
{
"affiliate_id": 27,
"affiliate_name": "BetRivers",
"affiliate_url": "https://betrivers.com"
}
]
}Returns all enabled sportsbooks with IDs, names, and URLs. No authentication required.
curl --request GET \
--url https://therundown.io/api/v2/affiliates \
--header 'key: <api-key>'{
"affiliates": [
{
"affiliate_id": 2,
"affiliate_name": "Bovada",
"affiliate_url": "https://bovada.lv"
},
{
"affiliate_id": 3,
"affiliate_name": "Pinnacle",
"affiliate_url": "https://pinnacle.com"
},
{
"affiliate_id": 4,
"affiliate_name": "Sportsbetting",
"affiliate_url": "https://sportsbetting.ag"
},
{
"affiliate_id": 6,
"affiliate_name": "BetOnline",
"affiliate_url": "https://betonline.ag"
},
{
"affiliate_id": 11,
"affiliate_name": "LowVig",
"affiliate_url": "https://lowvig.ag"
},
{
"affiliate_id": 19,
"affiliate_name": "DraftKings",
"affiliate_url": "https://sportsbook.draftkings.com"
},
{
"affiliate_id": 22,
"affiliate_name": "BetMGM",
"affiliate_url": "https://sports.betmgm.com"
},
{
"affiliate_id": 23,
"affiliate_name": "FanDuel",
"affiliate_url": "https://sportsbook.fanduel.com"
},
{
"affiliate_id": 24,
"affiliate_name": "PointsBet",
"affiliate_url": "https://pointsbet.com"
},
{
"affiliate_id": 25,
"affiliate_name": "Caesars",
"affiliate_url": "https://caesars.com/sportsbook-and-casino"
},
{
"affiliate_id": 27,
"affiliate_name": "BetRivers",
"affiliate_url": "https://betrivers.com"
}
]
}