EUROPE · FIXTURES
Ireland 1st Division Fixtures
Next Ireland 1st Division fixtures: Wexford FC v Finn Harps (Friday 11 September), University College Dublin v Athlone Town (Friday 11 September), Kerry FC v Bray Wanderers (Friday 11 September). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 2026·Updated 09 Sept 2026, 00:45 UTC
- Fri 11 Sept, 18:45 UTCWexford FCvFinn Harps
- Fri 11 Sept, 18:45 UTCUniversity College DublinvAthlone Town
- Fri 11 Sept, 18:45 UTCKerry FCvBray Wanderers
- Fri 11 Sept, 18:45 UTCCork CityvCobh Ramblers FC
- Sat 12 Sept, 18:30 UTCLongford TownvTreaty United FC
- Fri 18 Sept, 18:45 UTCWexford FCvCobh Ramblers FC
- Fri 18 Sept, 18:45 UTCFinn HarpsvLongford Town
- Fri 18 Sept, 18:45 UTCCork CityvUniversity College Dublin
- Fri 18 Sept, 18:45 UTCBray WanderersvTreaty United FC
- Fri 18 Sept, 18:45 UTCAthlone TownvKerry FC
- Fri 25 Sept, 18:45 UTCUniversity College DublinvBray Wanderers
- Fri 25 Sept, 18:45 UTCTreaty United FCvFinn Harps
- Fri 25 Sept, 18:45 UTCKerry FCvWexford FC
- Fri 25 Sept, 18:45 UTCCobh Ramblers FCvAthlone Town
- Sat 26 Sept, 18:30 UTCLongford TownvCork City
Get this via API
Get Ireland 1st Division fixtures via API
Fetch upcoming Ireland 1st Division matches with competition_id=comp_5812.
GET /football/matches?competition_id=comp_5812&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_5812&season_id=sn_8459363&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_5812",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-09-11T18:45:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Wexford FC"
},
"away_team": {
"id": "tm_yyyy",
"name": "Finn Harps"
}
}
]
}Frequently Asked Questions
When is the next Ireland 1st Division match?
Wexford FC play Finn Harps on Friday 11 September.
How do I get Ireland 1st Division fixtures via API?
Call the matches endpoint with competition_id=comp_5812 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get Ireland 1st Division data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.