EUROPE · RESULTS

Niké Liga Results

Latest Niké Liga results: FK Železiarne Podbrezová 2-0 MFK Zemplín Michalovce, FC Spartak Trnava 1-1 MFK Skalica, AS Trenčín 1-1 KFC Komárno. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 26 Jul 2026, 03:40 UTC
  • Sat 25 Jul, 18:30 UTCFK Železiarne Podbrezová20MFK Zemplín Michalovce
  • Sat 25 Jul, 16:00 UTCFC Spartak Trnava11MFK Skalica
  • Sat 25 Jul, 16:00 UTCAS Trenčín11KFC Komárno
Get this via API

Get Niké Liga results via API

Fetch the latest final Niké Liga scores with competition_id=comp_2576.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_2576&season_id=sn_2977236&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_2576",
      "matchday": 1,
      "status": "finished",
      "utc_date": "2026-07-25T18:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "FK Železiarne Podbrezová"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "MFK Zemplín Michalovce"
      },
      "score": {
        "home": 2,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Niké Liga result?

FK Železiarne Podbrezová 2-0 MFK Zemplín Michalovce on Saturday 25 July.

How do I get Niké Liga results via API?

Call the matches endpoint with competition_id=comp_2576 and status=finished. 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.