EUROPE · RESULTS

Israeli Premier League Results

Latest Israeli Premier League results: Hapoel Be'er Sheva 1-4 Maccabi Tel Aviv, Bnei Sakhnin 0-1 Beitar Jerusalem, Hapoel Tel Aviv 4-0 Hapoel Ramat Gan Givataim. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 02:43 UTC
  • Mon 07 Sept, 17:30 UTCHapoel Be'er Sheva14Maccabi Tel Aviv
  • Mon 07 Sept, 17:15 UTCBnei Sakhnin01Beitar Jerusalem
  • Mon 07 Sept, 17:00 UTCHapoel Tel Aviv40Hapoel Ramat Gan Givataim
  • Mon 07 Sept, 16:45 UTCMaccabi Netanya11Hapoel Haifa
  • Sat 05 Sept, 17:30 UTCMaccabi Haifa21Hapoel Petach Tikva
  • Sat 05 Sept, 16:45 UTCMaccabi Petach Tikva12Ironi Tiberias
  • Sat 05 Sept, 16:45 UTCHapoel Jerusalem42Hapoel Ironi Kiryat Shmona
  • Thu 03 Sept, 17:30 UTCHapoel Tel Aviv30Beitar Jerusalem
  • Wed 02 Sept, 17:00 UTCHapoel Be'er Sheva22Hapoel Haifa
  • Mon 31 Aug, 17:30 UTCMaccabi Tel Aviv31Maccabi Haifa
  • Sun 30 Aug, 17:15 UTCHapoel Haifa00Hapoel Tel Aviv
  • Sat 29 Aug, 17:30 UTCBeitar Jerusalem14Maccabi Netanya
  • Sat 29 Aug, 17:00 UTCHapoel Ramat Gan Givataim12Hapoel Be'er Sheva
  • Sat 29 Aug, 17:00 UTCHapoel Ironi Kiryat Shmona20Ironi Tiberias
  • Sat 29 Aug, 17:00 UTCHapoel Petach Tikva10Hapoel Jerusalem
Get this via API

Get Israeli Premier League results via API

Fetch the latest final Israeli Premier League scores with competition_id=comp_6429.

GET /football/matches?competition_id=comp_6429&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_6429&season_id=sn_1367791&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_6429",
      "matchday": 3,
      "status": "finished",
      "utc_date": "2026-09-07T17:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Hapoel Be'er Sheva"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Maccabi Tel Aviv"
      },
      "score": {
        "home": 1,
        "away": 4
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Israeli Premier League result?

Hapoel Be'er Sheva 1-4 Maccabi Tel Aviv on Monday 7 September.

How do I get Israeli Premier League results via API?

Call the matches endpoint with competition_id=comp_6429 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Israeli Premier League data via API

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