DFS Esports API

KashRock is a dfs esports api for builders — slates, props, player game logs, results grading, and media with stable IDs.

What you get

Slates

Upcoming, live, and completed esports slates with normalized data structures

DFS props

Normalized markets across all major esports titles and DFS platforms

Player game logs

Comprehensive player statistics and historical performance data

Results + grading

Hit/miss/push grading for all props with automated result processing

Player headshots + team logos

High-quality media assets for all players and teams in our database

Quickstart

Example request

curl -X GET \
  "https://api.kashrock.com/v6/esports/props?game=cs2&date=today" \
  -H "Authorization: Bearer YOUR_API_KEY"

Example response

Sanitized JSON response

{
  "source": "kashrock",
  "sport": "cs2",
  "projections": [
    {
      "projection_id": "proj_233510",
      "player_name": "Mol011",
      "stat_type": "CS2_MAPS_1-2_KILLS",
      "line": 26.5,
      "direction": "over",
      "team": "AaB Elite",
      "opponent": "AMKAL",
      "event_time": "2025-11-30T09:00:00Z",
      "status": "pre_game",
      "links": {
        "bet": "[redacted]"
      }
    }
  ]
}

FAQ

Which esports games are supported?

We support all major esports titles including CS2, League of Legends, Dota 2, Valorant, and more. Our coverage continues to expand based on market demand.

Do you provide live + historical data?

Yes, we provide both real-time live data and comprehensive historical data for all supported esports titles and markets.

Do you grade props (hit/miss)?

Yes, we automatically grade all props with hit/miss/push results as soon as matches complete, providing instant feedback for your DFS applications.

How do I get an API key?

Request access to KashRock via the console to get your API key. All plans are paid with published RPM limits so you can go live immediately.