EUROPE · LEAGUE TABLE

Russian Premier League Table

As of 15 August 2026, FK Krasnodar lead the Russian Premier League 26/27 with 9 points from 3 matches, 3 points clear of Zenit St. Petersburg. Akron Togliatti sit bottom on 1. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 15 Aug 2026, 08:34 UTC
Russian Premier League league table
#TeamPWDLGFGAGDPts
1FK Krasnodar330084+49
2Zenit St. Petersburg320192+76
3FC Spartak Moscow320163+36
4Baltika Kaliningrad320153+26
5Dinamo Makhachkala32015506
6CSKA Moscow312032+15
7Orenburg412146-25
8FC Rostov311154+14
9Dynamo Moscow311143+14
10Rubin Kazan311145-14
11Lokomotiv Moscow403134-13
12Rodina Moscow310248-43
13Akhmat Grozny302123-12
14Krylya Sovetov Samara302113-22
15Fakel Voronezh301235-21
16Akron Togliatti301217-61
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": "FK Krasnodar"
      },
      "position": 1,
      "matches_played": 3,
      "wins": 3,
      "draws": 0,
      "losses": 0,
      "goals_for": 8,
      "goals_against": 4,
      "goal_difference": 4,
      "points": 9
    }
  ]
}

Frequently Asked Questions

Who is top of the Russian Premier League?

FK Krasnodar are top of the Russian Premier League 26/27 with 9 points from 3 matches, 3 points clear of Zenit St. Petersburg.

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.