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 Town01Kerry FC
  • Fri 04 Sept, 18:45 UTCTreaty United FC01Wexford FC
  • Fri 04 Sept, 18:45 UTCFinn Harps01Athlone Town
  • Fri 04 Sept, 18:45 UTCCobh Ramblers FC11University College Dublin
  • Fri 04 Sept, 18:45 UTCBray Wanderers11Cork City
  • Fri 28 Aug, 18:45 UTCUniversity College Dublin54Finn Harps
  • Fri 28 Aug, 18:45 UTCKerry FC31Treaty United FC
  • Fri 28 Aug, 18:45 UTCCork City20Wexford FC
  • Fri 28 Aug, 18:45 UTCCobh Ramblers FC22Longford Town
  • Fri 28 Aug, 18:45 UTCAthlone Town21Bray Wanderers
  • Sat 22 Aug, 18:30 UTCLongford Town42Bray Wanderers
  • Fri 21 Aug, 18:45 UTCWexford FC02Athlone Town
  • Fri 21 Aug, 18:45 UTCTreaty United FC22Cork City
  • Fri 21 Aug, 18:45 UTCKerry FC11University College Dublin
  • Fri 21 Aug, 18:45 UTCFinn Harps13Cobh 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.