Skip to main content
TheRundown integration roster spans 20+ sportsbooks and exchanges. Each source currently published by the API is identified by a numeric affiliate_id; these values are returned within odds/line objects and are used with the affiliate_ids filter parameter to request prices from specific books.
These IDs are used in the affiliate_ids query parameter to filter which sportsbooks are included in the response. For example, affiliate_ids=19,23 returns lines from DraftKings and FanDuel only.
Each affiliate’s current integration health is returned by GET /api/v2/affiliates in the status field (currently healthy, unhealthy, or beta). New books launch in beta while coverage ramps, then graduate to healthy. Treat unrecognized values as unknown — new statuses may be added without notice, so don’t hard-code the set on the client side.

New exchange integrations

The 20+ integration roster includes two new exchange-model books whose numeric API IDs are not published yet: Each will appear on GET /api/v2/affiliates with its assigned affiliate_id when feed publication completes. Pick the ID up from that endpoint on your normal reference-data refresh (a daily re-fetch is plenty, per the Efficient Polling guide), or watch the changelog, rather than hard-coding IDs ahead of launch.