Russian Cup Table
As of 9 September 2026, FC Spartak Moscow lead the Russian Cup 26/27 with 7 points from 3 matches, level on points with FK Krasnodar. CSKA Moscow sit bottom on 2. Full table with goal difference and form below.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FC Spartak Moscow | 3 | 2 | 1 | 1 | 9 | 3 | +6 | 7 |
| 1 | FK Krasnodar | 3 | 1 | 2 | 0 | 3 | 2 | +1 | 7 |
| 1 | Zenit St. Petersburg | 3 | 2 | 1 | 0 | 4 | 0 | +4 | 8 |
| 1 | FC Rostov | 3 | 3 | 1 | 0 | 7 | 0 | +7 | 9 |
| 2 | Rubin Kazan | 3 | 2 | 2 | 1 | 2 | 7 | -5 | 4 |
| 2 | Orenburg | 3 | 1 | 1 | 2 | 6 | 7 | -1 | 4 |
| 2 | Dynamo Moscow | 3 | 2 | 0 | 1 | 4 | 1 | +3 | 6 |
| 2 | Krylya Sovetov Samara | 3 | 2 | 2 | 1 | 2 | 1 | +1 | 6 |
| 2 | Akron Togliatti | 3 | 2 | 1 | 1 | 1 | 4 | -3 | 5 |
| 3 | Akhmat Grozny | 3 | 1 | 1 | 1 | 3 | 5 | -2 | 4 |
| 3 | Baltika Kaliningrad | 3 | 0 | 2 | 2 | 1 | 2 | -1 | 3 |
| 3 | Lokomotiv Moscow | 3 | 0 | 2 | 2 | 1 | 2 | -1 | 2 |
| 4 | Rodina Moscow | 3 | 1 | 0 | 2 | 7 | 7 | 0 | 3 |
| 4 | Fakel Voronezh | 3 | 0 | 1 | 2 | 2 | 4 | -2 | 1 |
| 4 | Dinamo Makhachkala | 3 | 0 | 1 | 2 | 2 | 6 | -4 | 1 |
| 4 | CSKA Moscow | 3 | 0 | 1 | 2 | 1 | 4 | -3 | 2 |
Get the Russian Cup table via API
Fetch the live Russian Cup standings with competition_id=comp_2999. The same shape works for every competition and season.
GET /football/competitions/comp_2999/seasons/{season_id}/standings
curl "https://api.thestatsapi.com/api/football/competitions/comp_2999/seasons/sn_4582580/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": [
{
"team": {
"id": "tm_xxxx",
"name": "FC Spartak Moscow"
},
"position": 1,
"matches_played": 3,
"wins": 2,
"draws": 1,
"losses": 1,
"goals_for": 9,
"goals_against": 3,
"goal_difference": 6,
"points": 7
}
]
}Frequently Asked Questions
Who is top of the Russian Cup?
FC Spartak Moscow are top of the Russian Cup 26/27 with 7 points from 3 matches.
How many teams are in the Russian Cup?
16 teams compete in the Russian Cup 26/27.
How do I get the Russian Cup table via API?
Call the standings endpoint with competition_id=comp_2999 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 Cup data are available?
TheStatsAPI has 8 seasons of Russian Cup data, going back to 19/20, including historical final tables.
Get Russian Cup data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.