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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FK Železiarne Podbrezová | 1 | 1 | 0 | 0 | 2 | 0 | +2 | 3 |
| 2 | AS Trenčín | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 1 |
| 3 | KFC Komárno | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 1 |
| 4 | FC Spartak Trnava | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 1 |
| 5 | MFK Skalica | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 1 |
| 6 | DAC 1904 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 7 | FC Košice | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 8 | Dukla Banská Bystrica | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 9 | MFK Ružomberok | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 10 | MŠK Žilina | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 11 | ŠK Slovan Bratislava | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 12 | MFK Zemplín Michalovce | 1 | 0 | 0 | 1 | 0 | 2 | -2 | 0 |
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": "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.