Thunderpick API.
Sportsbook mainlines for sharper models.

Pull Thunderpick esports moneylines, map markets, and player props in the same schema as DFS books. Pair sportsbook prices with Kalshi and Polymarket so your model isn't anchored to one venue: GET /v6/esports/{sport}/props?book=thunderpick and consensus GET /v6/esports/{sport}/lines.

What you get

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

Live Thunderpick CS2 prop from production.

Consensus product: esports consensus API. Prediction markets: Kalshi API, Polymarket API. Line shopping: esports odds API.

GET /v6/esports/cs2/props?book=thunderpick
{
  "source": "kashrock",
  "sport": "cs2",
  "props": [
    {
      "propId": "prop_da111f08efb414ec",
      "player_name": "SINQU Esports",
      "stat_type": "MONEYLINE",
      "line": null,
      "odds": 530,
      "direction": "home",
      "team": "SINQU Esports",
      "book_name": "Thunderpick",
      "event_time": "2026-09-11T17:03:00+00:00"
    }
  ]
}

Frequently asked questions

Is there a Thunderpick API?

Thunderpick has no official public developer API. KashRock ingests Thunderpick esports boards and serves them via GET /v6/esports/{sport}/props?book=thunderpick and consensus main lines on GET /v6/esports/{sport}/lines.

What does Thunderpick add to a model?

Sportsbook main lines (match/map winner, totals, handicaps) plus player props. Use them with prediction-market prices so your prior is anchored to both book and exchange/crowd odds.

Free tier?

Sandbox is $0/mo with an instant key. Consensus lines across Thunderpick, Kalshi, and Polymarket are on Hobby+.

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