EUROPE · LEAGUE TABLE

Russian Premier League Table

As of 26 July 2026, Zenit St. Petersburg lead the Russian Premier League 26/27 with 3 points from 1 matches, level on points with FC Spartak Moscow. Akron Togliatti sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 26 Jul 2026, 03:34 UTC
Russian Premier League league table
#TeamPWDLGFGAGDPts
1Zenit St. Petersburg110050+53
2FC Spartak Moscow110030+33
3CSKA Moscow110021+13
4Dinamo Makhachkala110021+13
5Dynamo Moscow10100001
6Krylya Sovetov Samara10100001
7Orenburg00000000
8FK Krasnodar00000000
9FC Rostov00000000
10Rubin Kazan00000000
11Lokomotiv Moscow00000000
12Akhmat Grozny00000000
13Baltika Kaliningrad100112-10
14Fakel Voronezh100112-10
15Rodina Moscow100103-30
16Akron Togliatti100105-50
Get this via API

Get the Russian Premier League table via API

Fetch the live Russian Premier League standings with competition_id=comp_5824. The same shape works for every competition and season.

GET /football/competitions/comp_5824/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_5824/seasons/sn_5749691/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Zenit St. Petersburg"
      },
      "position": 1,
      "matches_played": 1,
      "wins": 1,
      "draws": 0,
      "losses": 0,
      "goals_for": 5,
      "goals_against": 0,
      "goal_difference": 5,
      "points": 3
    }
  ]
}

Frequently Asked Questions

Who is top of the Russian Premier League?

Zenit St. Petersburg are top of the Russian Premier League 26/27 with 3 points from 1 matches.

How many teams are in the Russian Premier League?

16 teams compete in the Russian Premier League 26/27.

How do I get the Russian Premier League table via API?

Call the standings endpoint with competition_id=comp_5824 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.

How many seasons of Russian Premier League data are available?

TheStatsAPI has 7 seasons of Russian Premier League data, going back to 20/21, including historical final tables.

Get Russian Premier League data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.