EUROPE · LEAGUE TABLE

Niké Liga Table

As of 13 August 2026, FC Spartak Trnava lead the Niké Liga 26/27 with 7 points from 3 matches, level on points with MFK Skalica. Dukla Banská Bystrica sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 13 Aug 2026, 06:38 UTC
Niké Liga league table
#TeamPWDLGFGAGDPts
1FC Spartak Trnava321062+47
2MFK Skalica321063+37
3ŠK Slovan Bratislava220070+76
4FK Železiarne Podbrezová320164+26
5DAC 1904211031+24
6MŠK Žilina311167-14
7FC Košice20207702
8AS Trenčín20204402
9KFC Komárno302134-12
10MFK Zemplín Michalovce301214-31
11MFK Ružomberok301237-41
12Dukla Banská Bystrica300309-90
Get this via API

Get the Niké Liga table via API

Fetch the live Niké Liga standings with competition_id=comp_2576. The same shape works for every competition and season.

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_2576/seasons/sn_2977236/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "FC Spartak Trnava"
      },
      "position": 1,
      "matches_played": 3,
      "wins": 2,
      "draws": 1,
      "losses": 0,
      "goals_for": 6,
      "goals_against": 2,
      "goal_difference": 4,
      "points": 7
    }
  ]
}

Frequently Asked Questions

Who is top of the Niké Liga?

FC Spartak Trnava are top of the Niké Liga 26/27 with 7 points from 3 matches.

How many teams are in the Niké Liga?

12 teams compete in the Niké Liga 26/27.

How do I get the Niké Liga table via API?

Call the standings endpoint with competition_id=comp_2576 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 Niké Liga data are available?

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

Get Niké Liga data via API

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