EUROPE · LEAGUE TABLE

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.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 07:50 UTC
Russian Cup league table
#TeamPWDLGFGAGDPts
1FC Spartak Moscow321193+67
1FK Krasnodar312032+17
1Zenit St. Petersburg321040+48
1FC Rostov331070+79
2Rubin Kazan322127-54
2Orenburg311267-14
2Dynamo Moscow320141+36
2Krylya Sovetov Samara322121+16
2Akron Togliatti321114-35
3Akhmat Grozny311135-24
3Baltika Kaliningrad302212-13
3Lokomotiv Moscow302212-12
4Rodina Moscow31027703
4Fakel Voronezh301224-21
4Dinamo Makhachkala301226-41
4CSKA Moscow301214-32
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": "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.