Skip to main content
GET
/
api
/
v1
/
affiliates
List all sportsbooks/affiliates
curl --request GET \
  --url https://therundown.io/api/v1/affiliates \
  --header 'key: <api-key>'
{
  "affiliates": [
    {
      "affiliate_id": 3,
      "affiliate_name": "Pinnacle",
      "affiliate_url": "https://www.pinnacle.com"
    },
    {
      "affiliate_id": 19,
      "affiliate_name": "DraftKings",
      "affiliate_url": "https://sportsbook.draftkings.com"
    },
    {
      "affiliate_id": 23,
      "affiliate_name": "FanDuel",
      "affiliate_url": "https://sportsbook.fanduel.com"
    }
  ]
}

Authorizations

key
string
header
required

Query Parameters

include
enum<string>
Available options:
regions

Response

200 - application/json

List of affiliates

affiliates
object[]