EUROPE · LEAGUE TABLE

Ukrainian Premier League Table

As of 9 September 2026, Polissya Zhytomyr lead the Ukrainian Premier League 26/27 with 12 points from 5 matches, level on points with Shakhtar Donetsk. Kudrivka sit bottom on 2. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 02:31 UTC
Ukrainian Premier League league table
#TeamPWDLGFGAGDPts
1Polissya Zhytomyr5401135+812
2Shakhtar Donetsk5401104+612
3Karpaty Lviv5311124+810
4Metalist 19255302104+69
5FC Epicentr Dunaivtsi522162+48
6Dynamo Kyiv421145-17
7Zoria Luhansk521268-27
8Bukovyna Chernivtsi51313306
9Veres Rivne512234-15
10FC Kryvbas Kryvyi Rih512279-25
11LNZ Cherkasy512224-25
12FC Livyi Bereh Kyiv40402204
13Chornomorets Odesa411224-24
14Obolon Kyiv503208-83
15Kolos Kovalivka402236-32
16Kudrivka5023213-112
Get this via API

Get the Ukrainian Premier League table via API

Fetch the live Ukrainian Premier League standings with competition_id=comp_8363. The same shape works for every competition and season.

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_8363/seasons/sn_0835283/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Polissya Zhytomyr"
      },
      "position": 1,
      "matches_played": 5,
      "wins": 4,
      "draws": 0,
      "losses": 1,
      "goals_for": 13,
      "goals_against": 5,
      "goal_difference": 8,
      "points": 12
    }
  ]
}

Frequently Asked Questions

Who is top of the Ukrainian Premier League?

Polissya Zhytomyr are top of the Ukrainian Premier League 26/27 with 12 points from 5 matches.

How many teams are in the Ukrainian Premier League?

16 teams compete in the Ukrainian Premier League 26/27.

How do I get the Ukrainian Premier League table via API?

Call the standings endpoint with competition_id=comp_8363 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 Ukrainian Premier League data are available?

TheStatsAPI has 7 seasons of Ukrainian Premier League data, going back to 20/21, including historical final tables.

Get Ukrainian Premier League data via API

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