EUROPE · FIXTURES

Niké Liga Fixtures

Next Niké Liga fixtures: MFK Ružomberok v DAC 1904 (Sunday 26 July), MŠK Žilina v FC Košice (Sunday 26 July), Dukla Banská Bystrica v ŠK Slovan Bratislava (Sunday 26 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, 15:00 UTCMFK RužomberokvDAC 1904
  • Sun 26 Jul, 15:00 UTCMŠK ŽilinavFC Košice
  • Sun 26 Jul, 17:00 UTCDukla Banská BystricavŠK Slovan Bratislava
  • Sat 01 Aug, 16:00 UTCMFK SkalicavMFK Ružomberok
  • Sat 01 Aug, 16:00 UTCŠK Slovan BratislavavFK Železiarne Podbrezová
  • Sat 01 Aug, 18:30 UTCFC KošicevAS Trenčín
  • Sun 02 Aug, 15:00 UTCDAC 1904vDukla Banská Bystrica
  • Sun 02 Aug, 15:00 UTCMFK Zemplín MichalovcevMŠK Žilina
  • Sun 02 Aug, 17:00 UTCKFC KomárnovFC Spartak Trnava
Get this via API

Get Niké Liga fixtures via API

Fetch upcoming Niké Liga matches with competition_id=comp_2576.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_2576&season_id=sn_2977236&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_2576",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-07-26T15:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "MFK Ružomberok"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "DAC 1904"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Niké Liga match?

MFK Ružomberok play DAC 1904 on Sunday 26 July.

How do I get Niké Liga fixtures via API?

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

Get Niké Liga data via API

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