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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Zenit St. Petersburg | 1 | 1 | 0 | 0 | 5 | 0 | +5 | 3 |
| 2 | FC Spartak Moscow | 1 | 1 | 0 | 0 | 3 | 0 | +3 | 3 |
| 3 | CSKA Moscow | 1 | 1 | 0 | 0 | 2 | 1 | +1 | 3 |
| 4 | Dinamo Makhachkala | 1 | 1 | 0 | 0 | 2 | 1 | +1 | 3 |
| 5 | Dynamo Moscow | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 |
| 6 | Krylya Sovetov Samara | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 |
| 7 | Orenburg | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 8 | FK Krasnodar | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 9 | FC Rostov | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 10 | Rubin Kazan | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 11 | Lokomotiv Moscow | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 12 | Akhmat Grozny | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 13 | Baltika Kaliningrad | 1 | 0 | 0 | 1 | 1 | 2 | -1 | 0 |
| 14 | Fakel Voronezh | 1 | 0 | 0 | 1 | 1 | 2 | -1 | 0 |
| 15 | Rodina Moscow | 1 | 0 | 0 | 1 | 0 | 3 | -3 | 0 |
| 16 | Akron Togliatti | 1 | 0 | 0 | 1 | 0 | 5 | -5 | 0 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_5824/seasons/sn_5749691/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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
}
]
}Russian Premier League resources
Fixtures, results, player and team stats for Russian Premier League.
Upcoming kickoffs with dates and times.
Latest final scores.
See every competition, country, and data type we cover.
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.