EUROPE · RESULTS

Russian Premier League Results

Latest Russian Premier League results: Orenburg 1-1 Lokomotiv Moscow, Fakel Voronezh 0-0 Akhmat Grozny, Rubin Kazan 1-1 Orenburg. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 15 Aug 2026, 08:53 UTC
  • Fri 14 Aug, 14:00 UTCOrenburg11Lokomotiv Moscow
  • Mon 10 Aug, 16:30 UTCFakel Voronezh00Akhmat Grozny
  • Sun 09 Aug, 17:30 UTCRubin Kazan11Orenburg
  • Sun 09 Aug, 17:00 UTCFC Spartak Moscow12FK Krasnodar
  • Sun 09 Aug, 14:00 UTCZenit St. Petersburg12Rodina Moscow
  • Sun 09 Aug, 11:30 UTCDynamo Moscow31Dinamo Makhachkala
  • Sat 08 Aug, 17:30 UTCCSKA Moscow00FC Rostov
  • Sat 08 Aug, 15:00 UTCLokomotiv Moscow00Akron Togliatti
  • Sat 08 Aug, 12:30 UTCKrylya Sovetov Samara02Baltika Kaliningrad
  • Sun 02 Aug, 17:30 UTCAkhmat Grozny12FC Spartak Moscow
  • Sun 02 Aug, 15:15 UTCFK Krasnodar32Fakel Voronezh
  • Sun 02 Aug, 13:00 UTCOrenburg03Zenit St. Petersburg
  • Sat 01 Aug, 17:45 UTCBaltika Kaliningrad21Dynamo Moscow
  • Sat 01 Aug, 15:30 UTCDinamo Makhachkala21Lokomotiv Moscow
  • Sat 01 Aug, 13:15 UTCCSKA Moscow11Krylya Sovetov Samara
Get this via API

Get Russian Premier League results via API

Fetch the latest final Russian Premier League scores with competition_id=comp_5824.

GET /football/matches?competition_id=comp_5824&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_5824&season_id=sn_5749691&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_5824",
      "matchday": 4,
      "status": "finished",
      "utc_date": "2026-08-14T14:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Orenburg"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Lokomotiv Moscow"
      },
      "score": {
        "home": 1,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Russian Premier League result?

Orenburg 1-1 Lokomotiv Moscow on Friday 14 August.

How do I get Russian Premier League results via API?

Call the matches endpoint with competition_id=comp_5824 and status=finished. 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.