Odds monitoring and line-movement tracking
DraftKings Sportsbookエンドポイントを使えば、「Odds monitoring and line-movement tracking」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn DraftKings Sportsbook's public data into structured sports data — browse leagues and teams, discover scheduled and live events, retrieve event context and full betting markets, and monitor moneyline, spread, total, and futures odds as normalized JSON.
Get DraftKings Sportsbook leagues, teams, events, betting markets, and odds as structured JSON.
エンドポイントファミリー
1
ドキュメント化されたパラメータ
24
サンプル数
12
ライブカタログスナップショット
稼働エンドポイント
12
メソッド
GET
必須パラメータ
24
スキーマ参照
12
{
"platform": "DraftKings Sportsbook",
"endpoint": "draftkings-odds",
"method": "GET",
"path": "/draftkings/sportsbook/odds",
"auth": "apiKey"
}ユースケース
Get DraftKings Sportsbook leagues, teams, events, betting markets, and odds as structured JSON.
DraftKings Sportsbookエンドポイントを使えば、「Odds monitoring and line-movement tracking」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
DraftKings Sportsbookエンドポイントを使えば、「Sports betting research and analysis」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
DraftKings Sportsbookエンドポイントを使えば、「League, team, and event discovery」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
各CrawloraプラットフォームAPIは、特定のデータサーフェスに合わせて設計されています。汎用的なfetchエンドポイントを公開する代わりに、エンドポイント固有のリクエストロジック、マネージドインフラ、パース、正規化、課金、そしてPlaygroundで検証済みのサンプルを組み合わせています。
対象プラットフォームとエンドポイントの種類に合わせてリクエスト挙動をチューニングしています。
対応エンドポイントはマネージドプロキシルーティングを利用でき、信頼性を高めながらインフラ運用の手間を減らせます。
JavaScriptレンダリングが必要な動的ページは、マネージドブラウザインスタンス経由で処理できます。
チャレンジページや利用不能な上流レスポンスを検知し、明確に通知します。
結果は生のHTMLではなく、ドキュメント化されたJSONで返されます。
本番統合の前に、DocsとPlaygroundから同じルートをテストできます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/draftkings/sportsbook/leagues
エンドポイントカタログ
/draftkings/sportsbook/leaguesReturns DraftKings Sportsbook's current public sport and league directory. Each league `id` is accepted as `league_id` by /draftkings/sportsbook/odds and /draftkings/sportsbook/futures.
/draftkings/sportsbook/featured-leaguesReturns public DraftKings Sportsbook leagues currently marked as featured in its sport navigation. Each item includes its numeric `id`, capability `tags`, live-offer status, and upstream featured ordering. Use the `id` as `league_id` with /draftkings/sportsbook/odds and /draftkings/sportsbook/futures.
/draftkings/sportsbook/quick-linksReturns the ordered league shortcuts currently prioritized on DraftKings Sportsbook's public home page. Each item includes a numeric `league_id` accepted by /draftkings/sportsbook/odds and /draftkings/sportsbook/futures.
/draftkings/sportsbook/liveReturns the live events currently shown by DraftKings Sportsbook, including score state, period, primary markets, and market categories that can be used with /draftkings/sportsbook/event-markets. An empty `events` list is valid when DraftKings has no live events at request time.
/draftkings/sportsbook/league-eventsReturns a DraftKings Sportsbook league's current public event directory, including event IDs, teams or other participants, start times, status, and public availability tags. Supply a numeric `league_id` from /draftkings/sportsbook/leagues, /draftkings/sportsbook/quick-links, /draftkings/sportsbook/featured-leagues, or /draftkings/sportsbook/event. This endpoint does not include betting markets or odds.
/draftkings/sportsbook/eventReturns one event's metadata (league id, sport id, teams, status, start time) from DraftKings' credential-free public JSON. `event_id` is a numeric DraftKings event identifier (find it from an event's DraftKings Sportsbook page, or from the `id` field of an event returned by /draftkings/sportsbook/odds). The returned `league_id` is accepted by /draftkings/sportsbook/odds and /draftkings/sportsbook/futures. This endpoint does not include betting markets/odds.
/draftkings/sportsbook/event-contextReturns public sport, league, and event navigation identifiers for a numeric DraftKings event id. Use it to associate an event with DraftKings Sportsbook's public sport and league navigation.
/draftkings/sportsbook/event-marketsReturns one event's betting markets and selections for a specific market category, from DraftKings' credential-free public JSON. `event_id` is a numeric DraftKings event identifier (find it from the `id` field of an event returned by /draftkings/sportsbook/odds). `subcategory_id` selects the market category (e.g. game lines, a player-prop category, an alternate-line category) -- find one from the `subcategory_id` field on a market returned by /draftkings/sportsbook/odds, or from a DraftKings Sportsbook event page's own network traffic. An empty `markets` list is a valid response when the category has no markets currently posted for this event.
/draftkings/sportsbook/oddsReturns the primary betting markets (moneyline, spread, total) for every upcoming event in a DraftKings Sportsbook league, from DraftKings' credential-free public JSON. `league_id` is a numeric DraftKings league identifier (find it from a league's DraftKings Sportsbook page). An empty `events` list is a valid response when nothing is currently scheduled.
/draftkings/sportsbook/futuresReturns league-level futures markets and selections for a specific DraftKings market category, from DraftKings' credential-free public JSON. `league_id` is a numeric DraftKings league identifier and `subcategory_id` is a numeric futures category identifier. An empty `events` list is a valid response when the category has no markets currently posted for that league.
/draftkings/sportsbook/teamsReturns the teams listed on DraftKings Sportsbook's public Teams page for one league. Allowed `league` values: `nfl`, `nhl`, `nba`, `cbb`, `mlb`, `cfb`.
/draftkings/sportsbook/teamReturns stable team metadata embedded in a public DraftKings Sportsbook team page. Supply `team_id`, `sport`, and `slug` from an item returned by /draftkings/sportsbook/teams. Allowed `sport` values: `football`, `hockey`, `basketball`, `baseball`.
関連API
Media & Streaming
Research streaming catalogs, title availability, providers, offers, seasons, episodes, and release changes from JustWatch with normalized JSON.
Media & Streaming
Turn Apple Books ebook and audiobook pages into structured data — search, catalog detail, paginated customer reviews, similar titles, author bibliographies, series listings, and chart rankings as normalized JSON. Credential-free.
Media & Streaming
Search public Ticketmaster events and browse the full discovery hierarchy by category or city, with pagination plus event, attraction, and venue detail endpoints for live-entertainment research.
DraftKings Sportsbookのスクレイピング方法
Crawlora's DraftKings endpoints return public league, team, event, and betting data as normalized JSON with one API key — no DraftKings account or login required.
Use /draftkings/sportsbook/leagues, /draftkings/sportsbook/featured-leagues, or /draftkings/sportsbook/quick-links to find a league_id, then use /draftkings/sportsbook/league-events to retrieve its current event directory.
Pass an event_id to /draftkings/sportsbook/event or /draftkings/sportsbook/event-context for participants, status, start time, sport and league context, and public availability data.
Pass a league_id to /draftkings/sportsbook/odds or /draftkings/sportsbook/futures, then use /draftkings/sportsbook/event-markets with an event_id and subcategory_id for every selection in that market category.
FAQ
Pass a numeric league_id to Crawlora's /draftkings/sportsbook/odds endpoint to get primary moneyline, spread, and total markets, or /draftkings/sportsbook/futures for league futures as structured JSON.
No DraftKings account or login is required from the caller — only your Crawlora API key.
Find league_id values through /draftkings/sportsbook/leagues, /draftkings/sportsbook/featured-leagues, or /draftkings/sportsbook/quick-links. /draftkings/sportsbook/league-events returns event_id values, and odds responses provide subcategory_id values.