EUROPE · LEAGUE TABLE

Israeli Premier League Table

As of 9 September 2026, Maccabi Tel Aviv lead the Israeli Premier League 26/27 with 9 points from 3 matches, 2 points clear of Hapoel Tel Aviv. Hapoel Ramat Gan Givataim sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 08:15 UTC
Israeli Premier League league table
#TeamPWDLGFGAGDPts
1Maccabi Tel Aviv3300124+89
2Hapoel Tel Aviv321070+77
3Maccabi Petach Tikva320154+16
4Maccabi Haifa32015506
5Maccabi Netanya312052+35
6Hapoel Be'er Sheva311157-24
7Hapoel Haifa30303303
8Hapoel Ironi Kiryat Shmona310256-13
9Hapoel Petach Tikva310223-13
10Hapoel Jerusalem310268-23
11Beitar Jerusalem310227-53
12Bnei Sakhnin301213-21
13Ironi Tiberias32013300
14Hapoel Ramat Gan Givataim300328-60
Get this via API

Get the Israeli Premier League table via API

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

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_6429/seasons/sn_1367791/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Maccabi Tel Aviv"
      },
      "position": 1,
      "matches_played": 3,
      "wins": 3,
      "draws": 0,
      "losses": 0,
      "goals_for": 12,
      "goals_against": 4,
      "goal_difference": 8,
      "points": 9
    }
  ]
}

Frequently Asked Questions

Who is top of the Israeli Premier League?

Maccabi Tel Aviv are top of the Israeli Premier League 26/27 with 9 points from 3 matches, 2 points clear of Hapoel Tel Aviv.

How many teams are in the Israeli Premier League?

14 teams compete in the Israeli Premier League 26/27.

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

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

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

Get Israeli Premier League data via API

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