EUROPE · LEAGUE TABLE

Niké Liga Table

As of 26 July 2026, FK Železiarne Podbrezová lead the Niké Liga 26/27 with 3 points from 1 matches, 2 points clear of AS Trenčín. MFK Zemplín Michalovce sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 26 Jul 2026, 03:34 UTC
Niké Liga league table
#TeamPWDLGFGAGDPts
1FK Železiarne Podbrezová110020+23
2AS Trenčín10101101
3KFC Komárno10101101
4FC Spartak Trnava10101101
5MFK Skalica10101101
6DAC 190400000000
7FC Košice00000000
8Dukla Banská Bystrica00000000
9MFK Ružomberok00000000
10MŠK Žilina00000000
11ŠK Slovan Bratislava00000000
12MFK Zemplín Michalovce100102-20
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": "FK Železiarne Podbrezová"
      },
      "position": 1,
      "matches_played": 1,
      "wins": 1,
      "draws": 0,
      "losses": 0,
      "goals_for": 2,
      "goals_against": 0,
      "goal_difference": 2,
      "points": 3
    }
  ]
}

Frequently Asked Questions

Who is top of the Niké Liga?

FK Železiarne Podbrezová are top of the Niké Liga 26/27 with 3 points from 1 matches, 2 points clear of AS Trenčín.

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.