Retrieve live, upcoming, and finished matches across all supported esports disciplines.
| Parameter | Type | Required | Description |
|---|---|---|---|
| discipline | string | ✓ | Game slug: cs2, valorant, lol, dota-2 |
| status | string | — | Filter by status: live, upcoming, finished |
| start_date | string | — | Filter by start date (YYYY-MM-DD) |
| end_date | string | — | Filter by end date (YYYY-MM-DD) |
| league_id | string | — | Filter by league/tournament ID |
| limit | integer | — | Max results to return (default: 50, max: 100) |
CS2 live matches:
/v6/esports/cs2/matches?status=liveValorant upcoming matches for specific date:
/v6/esports/valorant/matches?status=upcoming&start_date=2026-04-20{
"source": "kashrock",
"discipline": "valorant",
"updated": "2026-04-20T16:21:00.000Z",
"matches": [
{
"slug": "twisted-minds-orchid-vs-fokus-sakura-2026-05-14",
"status": "upcoming",
"videogame": {
"id": 26,
"name": "Valorant",
"slug": "valorant"
},
"opponents": [
{
"type": "Team",
"opponent": {
"id": 136929,
"name": "Twisted Minds Orchid",
"slug": "twisted-minds-orchid",
"acronym": "TMO",
"image_url": "https://cdn-api.pandascore.co/images/team/image/136929/600px_twisted_minds_2023_full_lightmode.png"
}
},
{
"type": "Team",
"opponent": {
"id": 133128,
"name": "FOKUS Sakura",
"slug": "fokus-sakura",
"acronym": "FKS",
"image_url": "https://cdn-api.pandascore.co/images/team/image/133128/600px_fokus_2022_allmode.png"
}
}
],
"streams_list": [
{
"main": true,
"language": "en",
"embed_url": "https://player.twitch.tv/?channel=valorant_emea2",
"official": true,
"raw_url": "https://www.twitch.tv/valorant_emea2"
}
],
"games": [
{
"id": 48516,
"position": 1,
"status": "not_started",
"finished": false
}
]
}
]
}