EUROPE · LEAGUE TABLE

Romanian Super Liga Table

As of 8 September 2026, FC Dinamo București lead the Romanian Super Liga 26/27 with 17 points from 8 matches, 2 points clear of FC Rapid București. FK Csíkszereda Miercurea Ciuc sit bottom on 1. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 08 Sept 2026, 23:25 UTC
Romanian Super Liga league table
#TeamPWDLGFGAGDPts
1FC Dinamo București8521166+1017
2FC Rapid București843194+515
3FC Petrolul Ploieşti8503910-115
4Universitatea Craiova8422189+914
5FC Farul Constanța8251108+211
6FCSB83231110+111
7FC Botoșani8242128+410
8FC Corvinul Hunedoara824286+210
9CFR 1907 Cluj73131110+110
10SC Oțelul Galați824299010
11FC Argeș Pitești831446-210
12Sepsi OSK824248-410
13UTA Arad8233111109
14FC Universitatea Cluj7304913-49
15FC Voluntari8224818-108
16FK Csíkszereda Miercurea Ciuc8017518-131
Get this via API

Get the Romanian Super Liga table via API

Fetch the live Romanian Super Liga standings with competition_id=comp_9639. The same shape works for every competition and season.

GET /football/competitions/comp_9639/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_9639/seasons/sn_0835173/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "FC Dinamo București"
      },
      "position": 1,
      "matches_played": 8,
      "wins": 5,
      "draws": 2,
      "losses": 1,
      "goals_for": 16,
      "goals_against": 6,
      "goal_difference": 10,
      "points": 17
    }
  ]
}

Frequently Asked Questions

Who is top of the Romanian Super Liga?

FC Dinamo București are top of the Romanian Super Liga 26/27 with 17 points from 8 matches, 2 points clear of FC Rapid București.

How many teams are in the Romanian Super Liga?

16 teams compete in the Romanian Super Liga 26/27.

How do I get the Romanian Super Liga table via API?

Call the standings endpoint with competition_id=comp_9639 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 Romanian Super Liga data are available?

TheStatsAPI has 7 seasons of Romanian Super Liga data, going back to 20/21, including historical final tables.

Get Romanian Super Liga data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.