EUROPE · RESULTS

Russian Premier League Results

Latest Russian Premier League results: FC Spartak Moscow 3-0 Rodina Moscow, Fakel Voronezh 1-2 Dinamo Makhachkala, Akron Togliatti 0-5 Zenit St. Petersburg. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 26 Jul 2026, 03:41 UTC
  • Sat 25 Jul, 17:45 UTCFC Spartak Moscow30Rodina Moscow
  • Sat 25 Jul, 15:30 UTCFakel Voronezh12Dinamo Makhachkala
  • Sat 25 Jul, 13:15 UTCAkron Togliatti05Zenit St. Petersburg
  • Sat 25 Jul, 11:00 UTCDynamo Moscow00Krylya Sovetov Samara
  • Fri 24 Jul, 17:00 UTCCSKA Moscow21Baltika Kaliningrad
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": 1,
      "status": "finished",
      "utc_date": "2026-07-25T17:45:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "FC Spartak Moscow"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Rodina Moscow"
      },
      "score": {
        "home": 3,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Russian Premier League result?

FC Spartak Moscow 3-0 Rodina Moscow on Saturday 25 July.

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.