EUROPE · FIXTURES
Russian Cup Fixtures
Next Russian Cup fixtures: Volna Kovernino v Rotor Volgograd (Wednesday 9 September), Krasnoe Znamya Noginsk v SKA-Khabarovsk (Wednesday 9 September), Sokol Saratov v Leningradets (Wednesday 9 September). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 09 Sept 2026, 07:50 UTC
- Wed 09 Sept, 11:00 UTCVolna KoverninovRotor Volgograd
- Wed 09 Sept, 13:00 UTCKrasnoe Znamya NoginskvSKA-Khabarovsk
- Wed 09 Sept, 13:00 UTCSokol SaratovvLeningradets
- Wed 09 Sept, 14:00 UTCFC MuromvVeles Moscow
- Wed 09 Sept, 14:00 UTCFC KalugavFC Ufa
- Wed 09 Sept, 14:00 UTCDinamo KirovvKAMAZ Naberezhnye Chelny
- Wed 09 Sept, 15:00 UTCVolgar AstrakhanvVolga Ulyanovsk
- Wed 09 Sept, 15:30 UTCDinamo StavropolvPari Nizhny Novgorod
- Wed 09 Sept, 16:00 UTCChertanovo MoscowvNeftekhimik Nizhnekamsk
- Wed 09 Sept, 16:00 UTCDynamo St. PetersburgvFC Sochi
- Wed 09 Sept, 16:30 UTCDruzhba MaikopvEnisey Krasnoyarsk
- Thu 10 Sept, 10:00 UTCDinamo BarnaulvChelyabinsk
- Thu 10 Sept, 13:30 UTCLuki-Energia Velikie LukivUral Yekaterinburg
- Thu 10 Sept, 16:30 UTCShinnik YaroslavlvTorpedo Moscow
- Thu 10 Sept, 18:30 UTCShinnik YaroslavlvTorpedo Moscow
Get this via API
Get Russian Cup fixtures via API
Fetch upcoming Russian Cup matches with competition_id=comp_2999.
GET /football/matches?competition_id=comp_2999&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_2999&season_id=sn_4582580&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_2999",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-09-09T11:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Volna Kovernino"
},
"away_team": {
"id": "tm_yyyy",
"name": "Rotor Volgograd"
}
}
]
}Frequently Asked Questions
When is the next Russian Cup match?
Volna Kovernino play Rotor Volgograd on Wednesday 9 September.
How do I get Russian Cup fixtures via API?
Call the matches endpoint with competition_id=comp_2999 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get Russian Cup data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.