EUROPE · RESULTS
Ireland 1st Division Results
Latest Ireland 1st Division results: Longford Town 0-1 Kerry FC, Treaty United FC 0-1 Wexford FC, Finn Harps 0-1 Athlone Town. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 2026·Updated 09 Sept 2026, 04:39 UTC
- Sat 05 Sept, 18:30 UTCLongford Town0–1Kerry FC
- Fri 04 Sept, 18:45 UTCTreaty United FC0–1Wexford FC
- Fri 04 Sept, 18:45 UTCFinn Harps0–1Athlone Town
- Fri 04 Sept, 18:45 UTCCobh Ramblers FC1–1University College Dublin
- Fri 04 Sept, 18:45 UTCBray Wanderers1–1Cork City
- Fri 28 Aug, 18:45 UTCUniversity College Dublin5–4Finn Harps
- Fri 28 Aug, 18:45 UTCKerry FC3–1Treaty United FC
- Fri 28 Aug, 18:45 UTCCork City2–0Wexford FC
- Fri 28 Aug, 18:45 UTCCobh Ramblers FC2–2Longford Town
- Fri 28 Aug, 18:45 UTCAthlone Town2–1Bray Wanderers
- Sat 22 Aug, 18:30 UTCLongford Town4–2Bray Wanderers
- Fri 21 Aug, 18:45 UTCWexford FC0–2Athlone Town
- Fri 21 Aug, 18:45 UTCTreaty United FC2–2Cork City
- Fri 21 Aug, 18:45 UTCKerry FC1–1University College Dublin
- Fri 21 Aug, 18:45 UTCFinn Harps1–3Cobh Ramblers FC
Get this via API
Get Ireland 1st Division results via API
Fetch the latest final Ireland 1st Division scores with competition_id=comp_5812.
GET /football/matches?competition_id=comp_5812&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_5812&season_id=sn_8459363&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_5812",
"matchday": 30,
"status": "finished",
"utc_date": "2026-09-05T18:30:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Longford Town"
},
"away_team": {
"id": "tm_yyyy",
"name": "Kerry FC"
},
"score": {
"home": 0,
"away": 1
}
}
]
}Frequently Asked Questions
What was the latest Ireland 1st Division result?
Longford Town 0-1 Kerry FC on Saturday 5 September.
How do I get Ireland 1st Division results via API?
Call the matches endpoint with competition_id=comp_5812 and status=finished. 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.