EUROPE · FIXTURES

Russian Premier League Fixtures

Next Russian Premier League fixtures: Krylya Sovetov Samara v Rodina Moscow (Friday 11 September), Fakel Voronezh v Baltika Kaliningrad (Saturday 12 September), Zenit St. Petersburg v Lokomotiv Moscow (Saturday 12 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 09:02 UTC
  • Fri 11 Sept, 15:00 UTCKrylya Sovetov SamaravRodina Moscow
  • Sat 12 Sept, 11:00 UTCFakel VoronezhvBaltika Kaliningrad
  • Sat 12 Sept, 13:15 UTCZenit St. PetersburgvLokomotiv Moscow
  • Sat 12 Sept, 15:30 UTCDynamo MoscowvOrenburg
  • Sat 12 Sept, 17:45 UTCCSKA MoscowvRubin Kazan
  • Sun 13 Sept, 11:30 UTCAkhmat GroznyvDinamo Makhachkala
  • Sun 13 Sept, 14:00 UTCFC Spartak MoscowvFC Rostov
  • Sun 13 Sept, 16:30 UTCFK KrasnodarvAkron Togliatti
  • Wed 16 Sept, 15:30 UTCRodina MoscowvRubin Kazan
  • Thu 17 Sept, 13:15 UTCOrenburgvFK Krasnodar
  • Thu 17 Sept, 17:45 UTCDinamo MakhachkalavCSKA Moscow
  • Thu 17 Sept, 18:00 UTCAkron TogliattivAkhmat Grozny
  • Thu 17 Sept, 18:00 UTCLokomotiv MoscowvKrylya Sovetov Samara
  • Thu 17 Sept, 18:00 UTCBaltika KaliningradvZenit St. Petersburg
  • Thu 17 Sept, 18:00 UTCFC RostovvDynamo 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-09-11T15:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Krylya Sovetov Samara"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Rodina Moscow"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Russian Premier League match?

Krylya Sovetov Samara play Rodina Moscow on Friday 11 September.

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.