EUROPE · FIXTURES
Russian Premier League Fixtures
Next Russian Premier League fixtures: Lokomotiv Moscow v Akhmat Grozny (Sunday 26 July), Orenburg v FC Rostov (Sunday 26 July), Rubin Kazan v FK Krasnodar (Sunday 26 July). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 26 Jul 2026, 05:23 UTC
- Sun 26 Jul, 14:00 UTCLokomotiv MoscowvAkhmat Grozny
- Sun 26 Jul, 16:30 UTCOrenburgvFC Rostov
- Sun 26 Jul, 16:30 UTCRubin KazanvFK Krasnodar
- Fri 31 Jul, 17:00 UTCRodina MoscowvFC Rostov
- Sat 01 Aug, 11:00 UTCAkron TogliattivRubin Kazan
- Sat 01 Aug, 13:15 UTCCSKA MoscowvKrylya Sovetov Samara
- Sat 01 Aug, 15:30 UTCDinamo MakhachkalavLokomotiv Moscow
- Sat 01 Aug, 17:45 UTCBaltika KaliningradvDynamo Moscow
- Sun 02 Aug, 13:00 UTCOrenburgvZenit St. Petersburg
- Sun 02 Aug, 18:00 UTCFK KrasnodarvFakel Voronezh
- Sun 02 Aug, 18:00 UTCAkhmat GroznyvFC Spartak Moscow
- Sat 08 Aug, 12:30 UTCKrylya Sovetov SamaravBaltika Kaliningrad
- Sat 08 Aug, 17:30 UTCFC RostovvCSKA Moscow
- Sun 09 Aug, 11:30 UTCDynamo MoscowvDinamo Makhachkala
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-07-26T14:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Lokomotiv Moscow"
},
"away_team": {
"id": "tm_yyyy",
"name": "Akhmat Grozny"
}
}
]
}Frequently Asked Questions
When is the next Russian Premier League match?
Lokomotiv Moscow play Akhmat Grozny on Sunday 26 July.
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.