Niké Liga Table
As of 9 September 2026, DAC 1904 lead the Niké Liga 26/27 with 16 points from 6 matches, level on points with MŠK Žilina. MFK Ružomberok sit bottom on 2. Full table with goal difference and form below.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DAC 1904 | 6 | 5 | 1 | 0 | 19 | 2 | +17 | 16 |
| 2 | MŠK Žilina | 7 | 5 | 1 | 1 | 18 | 13 | +5 | 16 |
| 3 | FC Spartak Trnava | 7 | 4 | 2 | 1 | 14 | 6 | +8 | 14 |
| 4 | ŠK Slovan Bratislava | 6 | 4 | 0 | 2 | 15 | 5 | +10 | 12 |
| 5 | MFK Zemplín Michalovce | 7 | 3 | 1 | 3 | 8 | 8 | 0 | 10 |
| 6 | FK Železiarne Podbrezová | 7 | 3 | 1 | 3 | 11 | 15 | -4 | 10 |
| 7 | FC Košice | 6 | 2 | 3 | 1 | 17 | 13 | +4 | 9 |
| 8 | MFK Skalica | 7 | 2 | 2 | 3 | 9 | 15 | -6 | 8 |
| 9 | AS Trenčín | 6 | 1 | 2 | 3 | 8 | 14 | -6 | 5 |
| 10 | KFC Komárno | 7 | 0 | 4 | 3 | 6 | 11 | -5 | 4 |
| 11 | Dukla Banská Bystrica | 7 | 1 | 1 | 5 | 6 | 18 | -12 | 4 |
| 12 | MFK Ružomberok | 7 | 0 | 2 | 5 | 5 | 16 | -11 | 2 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_2576/seasons/sn_2977236/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": [
{
"team": {
"id": "tm_xxxx",
"name": "DAC 1904"
},
"position": 1,
"matches_played": 6,
"wins": 5,
"draws": 1,
"losses": 0,
"goals_for": 19,
"goals_against": 2,
"goal_difference": 17,
"points": 16
}
]
}Frequently Asked Questions
Who is top of the Niké Liga?
DAC 1904 are top of the Niké Liga 26/27 with 16 points from 6 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.