Retrieve live, upcoming, and finished matches across all supported esports disciplines.
Also available: /{sport}/upcoming/matches, /{sport}/completed/matches, /{sport}/matches/live, and /v6/esports/matches?discipline=cs2.
| Parameter | Type | Required | Description |
|---|---|---|---|
| sport | string | ✓ | Path slug: cs2, valorant, lol, dota2 |
| status | string | — | Filter: live, upcoming (default), finished |
| start_date | string | — | Filter by start date (YYYY-MM-DD) |
| end_date | string | — | Filter by end date (YYYY-MM-DD) |
| limit | integer | — | Max results to return (default: 50, max: 100) |
CS2 live matches:
/v6/esports/cs2/matches?status=liveValorant upcoming matches:
/v6/esports/valorant/matches?status=upcoming{
"source": "kashrock",
"success": true,
"sport": "valorant",
"status": "upcoming",
"matches": [
{
"match_id": "fix_1447265",
"sport": "esports_valorant",
"status": "not_started",
"event_time": "2026-07-10T18:00:00Z",
"team1": "Twisted Minds Orchid",
"team2": "FOKUS Sakura",
"team1_logo": "https://...",
"team2_logo": "https://...",
"competition": "VCT Challengers"
}
],
"total": 22
}