EUROPE · FIXTURES
Russian Cup Fixtures
Next Russian Cup fixtures: Akron Togliatti v FC Rostov (Tuesday 4 August), Dinamo Makhachkala v Krylya Sovetov Samara (Tuesday 4 August), Fakel Voronezh v Dynamo Moscow (Tuesday 4 August). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 26 Jul 2026, 03:41 UTC
- Tue 04 Aug, 12:00 UTCAkron TogliattivFC Rostov
- Tue 04 Aug, 12:00 UTCDinamo MakhachkalavKrylya Sovetov Samara
- Tue 04 Aug, 12:00 UTCFakel VoronezhvDynamo Moscow
- Tue 04 Aug, 12:00 UTCRodina MoscowvRubin Kazan
- Tue 04 Aug, 15:30 UTCFC Spartak MoscowvOrenburg
- Tue 04 Aug, 17:45 UTCLokomotiv MoscowvCSKA Moscow
- Wed 05 Aug, 17:45 UTCZenit St. PetersburgvBaltika Kaliningrad
- Wed 05 Aug, 17:45 UTCFK KrasnodarvAkhmat Grozny
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-08-04T12:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Akron Togliatti"
},
"away_team": {
"id": "tm_yyyy",
"name": "FC Rostov"
}
}
]
}Frequently Asked Questions
When is the next Russian Cup match?
Akron Togliatti play FC Rostov on Tuesday 4 August.
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.