EUROPE · FIXTURES

Romanian Super Liga Fixtures

Next Romanian Super Liga fixtures: Sepsi OSK v FC Universitatea Cluj (Sunday 26 July), FK Csíkszereda Miercurea Ciuc v FCSB (Sunday 26 July), CFR 1907 Cluj v FC Voluntari (Monday 27 July). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 26 Jul 2026, 03:40 UTC
  • Sun 26 Jul, 14:30 UTCSepsi OSKvFC Universitatea Cluj
  • Sun 26 Jul, 17:30 UTCFK Csíkszereda Miercurea CiucvFCSB
  • Mon 27 Jul, 15:30 UTCCFR 1907 ClujvFC Voluntari
  • Mon 27 Jul, 18:30 UTCFC BotoșanivFC Rapid București
  • Fri 31 Jul, 15:30 UTCFC Argeș PiteștivFK Csíkszereda Miercurea Ciuc
  • Fri 31 Jul, 18:30 UTCSC Oțelul GalațivFC Dinamo București
  • Sat 01 Aug, 15:30 UTCFC VoluntarivUTA Arad
  • Sat 01 Aug, 18:30 UTCUniversitatea CraiovavFC Petrolul Ploieşti
  • Sun 02 Aug, 15:30 UTCFC Corvinul HunedoaravSepsi OSK
  • Sun 02 Aug, 18:30 UTCFC Rapid BucureștivCFR 1907 Cluj
  • Mon 03 Aug, 15:30 UTCFC Universitatea ClujvFC Botoșani
  • Mon 03 Aug, 18:30 UTCFCSBvFC Farul Constanța
Get this via API

Get Romanian Super Liga fixtures via API

Fetch upcoming Romanian Super Liga matches with competition_id=comp_9639.

GET /football/matches?competition_id=comp_9639&status=scheduled

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_9639&season_id=sn_0835173&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_9639",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-07-26T14:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Sepsi OSK"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "FC Universitatea Cluj"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Romanian Super Liga match?

Sepsi OSK play FC Universitatea Cluj on Sunday 26 July.

How do I get Romanian Super Liga fixtures via API?

Call the matches endpoint with competition_id=comp_9639 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Romanian Super Liga data via API

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