EUROPE · FIXTURES
Russian Premier League Fixtures
Next Russian Premier League fixtures: FK Krasnodar v Akhmat Grozny (Saturday 15 August), Zenit St. Petersburg v Dynamo Moscow (Sunday 16 August), Krylya Sovetov Samara v Dinamo Makhachkala (Sunday 16 August). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 15 Aug 2026, 18:38 UTC
- Sat 15 Aug, 17:45 UTCFK KrasnodarvAkhmat Grozny
- Sun 16 Aug, 11:30 UTCZenit St. PetersburgvDynamo Moscow
- Sun 16 Aug, 14:00 UTCKrylya Sovetov SamaravDinamo Makhachkala
- Sun 16 Aug, 16:30 UTCBaltika KaliningradvFC Spartak Moscow
- Sat 22 Aug, 12:30 UTCFakel VoronezhvOrenburg
- Sat 22 Aug, 15:00 UTCAkhmat GroznyvFC Rostov
- Sat 22 Aug, 17:15 UTCCSKA MoscowvLokomotiv Moscow
- Sun 23 Aug, 10:00 UTCAkron TogliattivKrylya Sovetov Samara
- Sun 23 Aug, 12:15 UTCDynamo MoscowvRodina Moscow
- Sun 23 Aug, 14:30 UTCDinamo MakhachkalavFK Krasnodar
- Sun 23 Aug, 17:00 UTCFC Spartak MoscowvZenit St. Petersburg
- Mon 24 Aug, 17:30 UTCBaltika KaliningradvRubin Kazan
- Sun 30 Aug, 12:00 UTCRodina MoscowvBaltika Kaliningrad
- Sun 30 Aug, 18:00 UTCFakel VoronezhvZenit St. Petersburg
- Sun 30 Aug, 18:00 UTCAkron TogliattivCSKA Moscow
Get this via API
Get Russian Premier League fixtures via API
Fetch upcoming Russian Premier League matches with competition_id=comp_5824.
GET /football/matches?competition_id=comp_5824&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_5824&season_id=sn_5749691&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_5824",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-08-15T17:45:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "FK Krasnodar"
},
"away_team": {
"id": "tm_yyyy",
"name": "Akhmat Grozny"
}
}
]
}Frequently Asked Questions
When is the next Russian Premier League match?
FK Krasnodar play Akhmat Grozny on Saturday 15 August.
How do I get Russian Premier League fixtures via API?
Call the matches endpoint with competition_id=comp_5824 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get Russian Premier League data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.