EUROPE · FIXTURES

Israeli Premier League Fixtures

Next Israeli Premier League fixtures: Hapoel Tel Aviv v Beitar Jerusalem (Saturday 22 August), Maccabi Petach Tikva v Hapoel Ironi Kiryat Shmona (Saturday 22 August), Ironi Tiberias v Hapoel Petach Tikva (Saturday 22 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 17 Aug 2026, 02:01 UTC
  • Sat 22 Aug, 16:00 UTCHapoel Tel AvivvBeitar Jerusalem
  • Sat 22 Aug, 17:00 UTCMaccabi Petach TikvavHapoel Ironi Kiryat Shmona
  • Sat 22 Aug, 17:00 UTCIroni TiberiasvHapoel Petach Tikva
  • Sat 22 Aug, 17:30 UTCMaccabi HaifavHapoel Ramat Gan Givataim
  • Sun 23 Aug, 17:15 UTCHapoel JerusalemvMaccabi Tel Aviv
  • Mon 24 Aug, 17:00 UTCMaccabi NetanyavBnei Sakhnin
  • Sat 29 Aug, 16:00 UTCHapoel Petach TikvavHapoel Jerusalem
  • Sat 29 Aug, 16:00 UTCMaccabi Tel AvivvMaccabi Haifa
  • Sat 29 Aug, 16:00 UTCBnei SakhninvMaccabi Petach Tikva
  • Sat 29 Aug, 16:00 UTCBeitar JerusalemvMaccabi Netanya
  • Sat 29 Aug, 16:00 UTCHapoel HaifavHapoel Tel Aviv
  • Sat 29 Aug, 17:00 UTCHapoel Ramat Gan GivataimvHapoel Be'er Sheva
  • Sat 29 Aug, 17:00 UTCHapoel Ironi Kiryat ShmonavIroni Tiberias
  • Wed 02 Sept, 17:00 UTCHapoel Be'er ShevavHapoel Haifa
  • Sat 05 Sept, 16:00 UTCBnei SakhninvBeitar Jerusalem
Get this via API

Get Israeli Premier League fixtures via API

Fetch upcoming Israeli Premier League matches with competition_id=comp_6429.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_6429&season_id=sn_1367791&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_6429",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-08-22T16:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Hapoel Tel Aviv"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Beitar Jerusalem"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Israeli Premier League match?

Hapoel Tel Aviv play Beitar Jerusalem on Saturday 22 August.

How do I get Israeli Premier League fixtures via API?

Call the matches endpoint with competition_id=comp_6429 and status=scheduled. 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.