{ "opencollection": "1.0.0", "info": { "name": "TheRundown Sports V1 Delta V1 Events API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "V1 Events", "type": "folder" }, "items": [ { "info": { "name": "Get a single event with lines", "type": "http" }, "http": { "method": "GET", "url": "https://therundown.io/api/v1/events/:eventId", "params": [ { "name": "eventId", "value": "", "type": "path" }, { "name": "include", "value": "", "type": "query", "description": "Set to `all_periods` to include period-specific lines" }, { "name": "affiliate_ids", "value": "", "type": "query", "description": "Comma-separated affiliate IDs" } ] }, "docs": "Get a single event with lines" }, { "info": { "name": "Get event by line ID", "type": "http" }, "http": { "method": "GET", "url": "https://therundown.io/api/v1/events/:eventId/lines/:lineId", "params": [ { "name": "eventId", "value": "", "type": "path" }, { "name": "lineId", "value": "", "type": "path" }, { "name": "include", "value": "", "type": "query" } ] }, "docs": "Get event by line ID" }, { "info": { "name": "Get events with lines for a sport and date", "type": "http" }, "http": { "method": "GET", "url": "https://therundown.io/api/v1/sports/:sportID/events/:date", "params": [ { "name": "sportID", "value": "", "type": "path", "description": "Sport ID. Common values: 1=NCAAF, 2=NFL, 3=MLB, 4=NBA, 5=NCAAB, 6=NHL, 7=UFC, 8=WNBA, 9=CFL, 10=MLS, 11=EPL, 16=UEFA Champions League, 33=UEFA Europa League, 38=ATP Tennis, 39=WTA Tennis\n" }, { "name": "date", "value": "", "type": "path" }, { "name": "offset", "value": "", "type": "query", "description": "UTC offset in **minutes** for the date boundary. Use `300` for US Central, `240` for Eastern, `360` for Mountain, `420` for Pacific. Without this, the API day boundary is midnight UTC." }, { "name": "conference_id", "value": "", "type": "query" }, { "name": "division_id", "value": "", "type": "query" }, { "name": "affiliate_ids", "value": "", "type": "query", "description": "Comma-separated sportsbook/affiliate IDs to filter. Common values include DraftKings (19), FanDuel (23), BetMGM (22), Bovada (2), Pinnacle (3)." }, { "name": "exclude_status", "value": "", "type": "query", "description": "Comma-separated event statuses to exclude" }, { "name": "include", "value": "", "type": "query" } ] }, "docs": "Get events with lines for a sport and date" }, { "info": { "name": "Get opening lines for a sport and date", "type": "http" }, "http": { "method": "GET", "url": "https://therundown.io/api/v1/sports/:sportID/openers/:date", "params": [ { "name": "sportID", "value": "", "type": "path", "description": "Sport ID. Common values: 1=NCAAF, 2=NFL, 3=MLB, 4=NBA, 5=NCAAB, 6=NHL, 7=UFC, 8=WNBA, 9=CFL, 10=MLS, 11=EPL, 16=UEFA Champions League, 33=UEFA Europa League, 38=ATP Tennis, 39=WTA Tennis\n" }, { "name": "date", "value": "", "type": "path" }, { "name": "offset", "value": "", "type": "query", "description": "UTC offset in **minutes** for the date boundary. Use `300` for US Central, `240` for Eastern, `360` for Mountain, `420` for Pacific. Without this, the API day boundary is midnight UTC." }, { "name": "conference_id", "value": "", "type": "query" }, { "name": "division_id", "value": "", "type": "query" }, { "name": "affiliate_ids", "value": "", "type": "query", "description": "Comma-separated sportsbook/affiliate IDs to filter. Common values include DraftKings (19), FanDuel (23), BetMGM (22), Bovada (2), Pinnacle (3)." }, { "name": "exclude_status", "value": "", "type": "query" }, { "name": "include", "value": "", "type": "query" } ] }, "docs": "Get opening lines for a sport and date" }, { "info": { "name": "Get closing lines for a sport and date", "type": "http" }, "http": { "method": "GET", "url": "https://therundown.io/api/v1/sports/:sportID/closing/:date", "params": [ { "name": "sportID", "value": "", "type": "path", "description": "Sport ID. Common values: 1=NCAAF, 2=NFL, 3=MLB, 4=NBA, 5=NCAAB, 6=NHL, 7=UFC, 8=WNBA, 9=CFL, 10=MLS, 11=EPL, 16=UEFA Champions League, 33=UEFA Europa League, 38=ATP Tennis, 39=WTA Tennis\n" }, { "name": "date", "value": "", "type": "path" }, { "name": "offset", "value": "", "type": "query", "description": "UTC offset in **minutes** for the date boundary. Use `300` for US Central, `240` for Eastern, `360` for Mountain, `420` for Pacific. Without this, the API day boundary is midnight UTC." }, { "name": "conference_id", "value": "", "type": "query" }, { "name": "division_id", "value": "", "type": "query" }, { "name": "affiliate_ids", "value": "", "type": "query", "description": "Comma-separated sportsbook/affiliate IDs to filter. Common values include DraftKings (19), FanDuel (23), BetMGM (22), Bovada (2), Pinnacle (3)." }, { "name": "exclude_status", "value": "", "type": "query" }, { "name": "include", "value": "", "type": "query" } ] }, "docs": "Get closing lines for a sport and date" }, { "info": { "name": "Get events for widget display", "type": "http" }, "http": { "method": "GET", "url": "https://therundown.io/api/v1/sports/:sportID/widget/events", "params": [ { "name": "sportID", "value": "", "type": "path", "description": "Sport ID. Common values: 1=NCAAF, 2=NFL, 3=MLB, 4=NBA, 5=NCAAB, 6=NHL, 7=UFC, 8=WNBA, 9=CFL, 10=MLS, 11=EPL, 16=UEFA Champions League, 33=UEFA Europa League, 38=ATP Tennis, 39=WTA Tennis\n" }, { "name": "last_id", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "affiliate_ids", "value": "", "type": "query", "description": "Comma-separated sportsbook/affiliate IDs to filter. Common values include DraftKings (19), FanDuel (23), BetMGM (22), Bovada (2), Pinnacle (3)." }, { "name": "include", "value": "", "type": "query" } ] }, "docs": "Internal widget endpoint. Returns events with pagination." }, { "info": { "name": "Get opening lines for widget", "type": "http" }, "http": { "method": "GET", "url": "https://therundown.io/api/v1/sports/:sportID/widget/opening", "params": [ { "name": "sportID", "value": "", "type": "path", "description": "Sport ID. Common values: 1=NCAAF, 2=NFL, 3=MLB, 4=NBA, 5=NCAAB, 6=NHL, 7=UFC, 8=WNBA, 9=CFL, 10=MLS, 11=EPL, 16=UEFA Champions League, 33=UEFA Europa League, 38=ATP Tennis, 39=WTA Tennis\n" }, { "name": "affiliate_ids", "value": "", "type": "query", "description": "Comma-separated sportsbook/affiliate IDs to filter. Common values include DraftKings (19), FanDuel (23), BetMGM (22), Bovada (2), Pinnacle (3)." }, { "name": "include", "value": "", "type": "query" } ] }, "docs": "Get opening lines for widget" }, { "info": { "name": "Get closing lines for widget", "type": "http" }, "http": { "method": "GET", "url": "https://therundown.io/api/v1/sports/:sportID/widget/closing", "params": [ { "name": "sportID", "value": "", "type": "path", "description": "Sport ID. Common values: 1=NCAAF, 2=NFL, 3=MLB, 4=NBA, 5=NCAAB, 6=NHL, 7=UFC, 8=WNBA, 9=CFL, 10=MLS, 11=EPL, 16=UEFA Champions League, 33=UEFA Europa League, 38=ATP Tennis, 39=WTA Tennis\n" }, { "name": "affiliate_ids", "value": "", "type": "query", "description": "Comma-separated sportsbook/affiliate IDs to filter. Common values include DraftKings (19), FanDuel (23), BetMGM (22), Bovada (2), Pinnacle (3)." }, { "name": "include", "value": "", "type": "query" } ] }, "docs": "Get closing lines for widget" } ] } ], "bundled": true }