> ## Documentation Index
> Fetch the complete documentation index at: https://docs.therundown.io/llms.txt
> Use this file to discover all available pages before exploring further.

# TheRundown Sports API

> Real-time sports betting data, odds, scores, stats, and schedules

## Overview

TheRundown API provides comprehensive sports data including real-time odds from 15+ sportsbooks, live scores, game schedules, team and player statistics, and historical line data across major North American and international sports leagues.

### What you can build

* **Live odds screens** — Real-time moneylines, spreads, and totals from 15+ sportsbooks
* **Scores and schedules** — Live game scores, schedules, and event statuses across all sports
* **Line movement trackers** — Historical price data with charting support
* **Player prop tools** — Points, rebounds, assists, and combo markets
* **Team and player stats** — Season and game-level statistics for teams and individual players
* **Sports data apps** — Complete sports data platform with scores, odds, stats, and schedules

### Supported sports

| Sport      | ID        | Data Available                                                                |
| ---------- | --------- | ----------------------------------------------------------------------------- |
| NFL        | 2         | Odds, Scores, Schedules, Team Stats, Player Stats, Player Props               |
| NBA        | 4         | Odds, Scores, Schedules, Team Stats, Player Stats, Player Props               |
| MLB        | 3         | Odds, Scores, Schedules, Team Stats, Player Stats, Player Props, Pitcher Data |
| NHL        | 6         | Odds, Scores, Schedules, Team Stats, Player Stats, Player Props               |
| NCAAF      | 1         | Odds, Scores, Schedules, Team Stats, Player Stats, Player Props               |
| NCAAB      | 5         | Odds, Scores, Schedules, Team Stats, Player Stats, Player Props               |
| WNBA       | 8         | Odds, Scores, Schedules, Team Stats, Player Stats, Player Props               |
| UFC/MMA    | 7         | Odds, Scores, Schedules, Team Stats, Player Stats                             |
| CFL        | 9         | Odds, Scores, Schedules, Team Stats, Player Stats                             |
| Soccer     | 10-19, 33 | Odds, Scores, Schedules, Team Stats, Player Stats, Player Props               |
| ATP Tennis | 38        | Odds, Scores, Schedules, Team Stats, Player Stats                             |
| WTA Tennis | 39        | Odds, Scores, Schedules, Team Stats, Player Stats                             |

<Info>
  Soccer coverage includes MLS, EPL, Ligue 1, Bundesliga, La Liga, Serie A, UEFA Champions League, UEFA Euro, FIFA, J-League, and UEFA Europa League. See [Sport IDs](/reference/sports) for the full list.
</Info>

### V1 vs V2

**V2 (recommended)** uses a market-based data model where each odds type is a "market" with participants, lines, and prices. This is more flexible and supports player props, alternates, and new market types.

**V1 (legacy)** uses a flat line-based model with separate moneyline, spread, and total objects. V1 is still supported but new features are V2-only.

<CardGroup cols={3}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get your first API response in 2 minutes
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    API key setup and auth methods
  </Card>

  <Card title="MCP Server" icon="plug" href="/mcp">
    Connect Claude and other AI agents directly to live sports data
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/generated/v2-sports/list-all-sports">
    Complete endpoint documentation with interactive playground
  </Card>

  <Card title="Data Model" icon="diagram-project" href="/reference/data-model">
    How events, markets, lines, and prices relate to each other
  </Card>

  <Card title="Reference Tables" icon="table" href="/reference/sports">
    Sport IDs, market IDs, sportsbook IDs
  </Card>

  <Card title="FAQ" icon="circle-question" href="/faq">
    Common questions about the API
  </Card>
</CardGroup>
