PrizePicks API.
Normalized player props, one endpoint.

PrizePicks has no official public API — so KashRock ingests the lines for you and serves them normalized. Pull PrizePicks CS2, LoL, and Dota player props with an instant key from GET /v6/esports/{sport}/props, filtered by book. No scraping, no broken selectors.

What you get

GET /v6/esports/cs2/props?book=prizepicks

Live PrizePicks CS2 prop from production.

Comparing books? See the esports odds API. Building a slip tool? The DFS Esports API.

GET /v6/esports/cs2/props?book=prizepicks
{
  "source": "kashrock",
  "sport": "cs2",
  "props": [
    {
      "propId": "kr_prop_da545d589900",
      "player_name": "iDISBALANCE",
      "stat_type": "CS2_HEADSHOTS_MAP_3",
      "line": 5.5,
      "odds": -110,
      "direction": "over",
      "team": "Bebop",
      "book_name": "PrizePicks",
      "event_time": "2026-09-10T13:00:00.000Z"
    }
  ]
}

Frequently asked questions

Is there a PrizePicks API?

PrizePicks has no official public API. KashRock ingests PrizePicks lines and exposes them in a normalized schema you can call with GET /v6/esports/{sport}/props and filter by book, so you don't scrape the PrizePicks app yourself.

Which PrizePicks props are covered?

Esports player props for CS2, League of Legends, Dota 2, and Valorant — player, stat type, line, direction, team, and a canonical propId shared across books.

Is it free?

Sandbox is $0/mo with an instant key for CS2 props. Multi-title access starts at $29/mo.

KashRock is an independent data provider and is not affiliated with, endorsed by, or sponsored by PrizePicks. We expose publicly available lines in a normalized schema for informational and analytical use.