EUROPE · LEAGUE TABLE

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.

LIVE DATA·Season 26/27·Updated 15 Aug 2026, 16:31 UTC
Russian Cup league table
#TeamPWDLGFGAGDPts
1Rodina Moscow110050+53
1Dynamo Moscow110010+13
1Krylya Sovetov Samara110021+13
1FC Rostov110040+43
2FC Spartak Moscow110051+43
2FK Krasnodar111065+12
2Zenit St. Petersburg110010+13
2CSKA Moscow101065+12
3Orenburg100115-40
3Akhmat Grozny101156-11
3Dinamo Makhachkala100112-10
3Lokomotiv Moscow101056-11
4Rubin Kazan100105-50
4Fakel Voronezh100101-10
4Baltika Kaliningrad100101-10
4Akron Togliatti100104-40
Get this via API

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_2999/seasons/sn_4582580/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "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.