Russian Cup Table
As of 15 August 2026, Rodina Moscow lead the Russian Cup 26/27 with 3 points from 1 matches, level on points with Dynamo 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 | Rodina Moscow | 1 | 1 | 0 | 0 | 5 | 0 | +5 | 3 |
| 1 | Dynamo Moscow | 1 | 1 | 0 | 0 | 1 | 0 | +1 | 3 |
| 1 | Krylya Sovetov Samara | 1 | 1 | 0 | 0 | 2 | 1 | +1 | 3 |
| 1 | FC Rostov | 1 | 1 | 0 | 0 | 4 | 0 | +4 | 3 |
| 2 | FC Spartak Moscow | 1 | 1 | 0 | 0 | 5 | 1 | +4 | 3 |
| 2 | FK Krasnodar | 1 | 1 | 1 | 0 | 6 | 5 | +1 | 2 |
| 2 | Zenit St. Petersburg | 1 | 1 | 0 | 0 | 1 | 0 | +1 | 3 |
| 2 | CSKA Moscow | 1 | 0 | 1 | 0 | 6 | 5 | +1 | 2 |
| 3 | Orenburg | 1 | 0 | 0 | 1 | 1 | 5 | -4 | 0 |
| 3 | Akhmat Grozny | 1 | 0 | 1 | 1 | 5 | 6 | -1 | 1 |
| 3 | Dinamo Makhachkala | 1 | 0 | 0 | 1 | 1 | 2 | -1 | 0 |
| 3 | Lokomotiv Moscow | 1 | 0 | 1 | 0 | 5 | 6 | -1 | 1 |
| 4 | Rubin Kazan | 1 | 0 | 0 | 1 | 0 | 5 | -5 | 0 |
| 4 | Fakel Voronezh | 1 | 0 | 0 | 1 | 0 | 1 | -1 | 0 |
| 4 | Baltika Kaliningrad | 1 | 0 | 0 | 1 | 0 | 1 | -1 | 0 |
| 4 | Akron Togliatti | 1 | 0 | 0 | 1 | 0 | 4 | -4 | 0 |
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": "Rodina Moscow"
},
"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 Cup?
Rodina Moscow are top of the Russian Cup 26/27 with 3 points from 1 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.