{ "opencollection": "1.0.0", "info": { "name": "TheRundown Sports V1 Delta V2 Sports API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "V2 Sports", "type": "folder" }, "items": [ { "info": { "name": "List all sports", "type": "http" }, "http": { "method": "GET", "url": "https://therundown.io/api/v2/sports" }, "docs": "Returns all available sports with their IDs. No authentication required." }, { "info": { "name": "Get available dates for multiple sports", "type": "http" }, "http": { "method": "GET", "url": "https://therundown.io/api/v2/sports/dates", "params": [ { "name": "sport_ids", "value": "", "type": "query", "description": "Comma-separated sport IDs" }, { "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": "format", "value": "", "type": "query", "description": "Date format — `iso8601` returns date strings, `epoch` returns Unix timestamps" } ] }, "docs": "Returns dates with events for the specified sport IDs." }, { "info": { "name": "Get events across sports for a date", "type": "http" }, "http": { "method": "GET", "url": "https://therundown.io/api/v2/sports/events/:date", "params": [ { "name": "date", "value": "", "type": "path" }, { "name": "sport_ids", "value": "", "type": "query", "description": "Comma-separated sport IDs" }, { "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." } ] }, "docs": "Returns event IDs grouped by sport for the given date." }, { "info": { "name": "Get available markets by date", "type": "http" }, "http": { "method": "GET", "url": "https://therundown.io/api/v2/sports/markets/:date", "params": [ { "name": "date", "value": "", "type": "path" }, { "name": "hide_closed_markets", "value": "", "type": "query", "description": "Set to `1` to hide closed markets" }, { "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." } ] }, "docs": "Returns available market definitions for each sport on the given date." }, { "info": { "name": "Get teams for a sport", "type": "http" }, "http": { "method": "GET", "url": "https://therundown.io/api/v2/sports/:sportID/teams", "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" } ] }, "docs": "Get teams for a sport" }, { "info": { "name": "Get available dates for a sport", "type": "http" }, "http": { "method": "GET", "url": "https://therundown.io/api/v2/sports/:sportID/dates", "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": "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": "format", "value": "", "type": "query", "description": "Date format — `iso8601` returns date strings, `epoch` returns Unix timestamps" } ] }, "docs": "Get available dates for a sport" }, { "info": { "name": "Get divisions for a sport", "type": "http" }, "http": { "method": "GET", "url": "https://therundown.io/api/v2/sports/:sportID/divisions", "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" } ] }, "docs": "Get divisions for a sport" }, { "info": { "name": "Get conferences for a sport", "type": "http" }, "http": { "method": "GET", "url": "https://therundown.io/api/v2/sports/:sportID/conferences", "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" } ] }, "docs": "Get conferences for a sport" } ] } ], "bundled": true }