Israeli Premier League Fixtures
Next Israeli Premier League fixtures: Hapoel Petach Tikva v Hapoel Be'er Sheva (Sunday 13 September), Hapoel Ramat Gan Givataim v Maccabi Netanya (Monday 14 September), Hapoel Haifa v Bnei Sakhnin (Monday 14 September). Full schedule with kickoff times below, joined to results and odds by match id.
- Sun 13 Sept, 17:30 UTCHapoel Petach TikvavHapoel Be'er Sheva
- Mon 14 Sept, 16:30 UTCHapoel Ramat Gan GivataimvMaccabi Netanya
- Mon 14 Sept, 16:30 UTCHapoel HaifavBnei Sakhnin
- Mon 14 Sept, 17:00 UTCHapoel Ironi Kiryat ShmonavMaccabi Haifa
- Mon 14 Sept, 17:30 UTCMaccabi Tel AvivvHapoel Tel Aviv
- Tue 15 Sept, 16:30 UTCIroni TiberiasvHapoel Jerusalem
- Tue 15 Sept, 17:00 UTCBeitar JerusalemvMaccabi Petach Tikva
- Sat 19 Sept, 16:00 UTCBeitar JerusalemvHapoel Haifa
- Sat 19 Sept, 16:00 UTCHapoel Tel AvivvHapoel Petach Tikva
- Sat 19 Sept, 16:00 UTCMaccabi NetanyavMaccabi Tel Aviv
- Sat 19 Sept, 16:00 UTCBnei SakhninvHapoel Ramat Gan Givataim
- Sat 19 Sept, 16:00 UTCMaccabi Petach TikvavHapoel Jerusalem
- Sat 19 Sept, 16:00 UTCMaccabi HaifavIroni Tiberias
- Sat 19 Sept, 16:00 UTCHapoel Be'er ShevavHapoel Ironi Kiryat Shmona
- Sat 10 Oct, 16:00 UTCIroni TiberiasvHapoel Be'er Sheva
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
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_6429&season_id=sn_1367791&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_6429",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-09-13T17:30:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Hapoel Petach Tikva"
},
"away_team": {
"id": "tm_yyyy",
"name": "Hapoel Be'er Sheva"
}
}
]
}Frequently Asked Questions
When is the next Israeli Premier League match?
Hapoel Petach Tikva play Hapoel Be'er Sheva on Sunday 13 September.
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.