EUROPE · RESULTS

Ireland 1st Division Results

Latest Ireland 1st Division results: Cobh Ramblers FC 2-0 Treaty United FC, University College Dublin 4-1 Wexford FC, Cork City 3-1 Kerry FC. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 17 Aug 2026, 02:01 UTC
  • Fri 07 Aug, 19:15 UTCCobh Ramblers FC20Treaty United FC
  • Fri 07 Aug, 18:45 UTCUniversity College Dublin41Wexford FC
  • Fri 07 Aug, 18:45 UTCCork City31Kerry FC
  • Fri 07 Aug, 18:45 UTCBray Wanderers50Finn Harps
  • Fri 07 Aug, 18:45 UTCAthlone Town21Longford Town
  • Mon 03 Aug, 16:00 UTCWexford FC21Bray Wanderers
  • Mon 03 Aug, 16:00 UTCUniversity College Dublin12Treaty United FC
  • Mon 03 Aug, 16:00 UTCLongford Town50Finn Harps
  • Mon 03 Aug, 16:00 UTCKerry FC30Cobh Ramblers FC
  • Mon 03 Aug, 16:00 UTCCork City32Athlone Town
  • Fri 31 Jul, 18:45 UTCTreaty United FC01Longford Town
  • Fri 31 Jul, 18:45 UTCFinn Harps03Cork City
  • Fri 31 Jul, 18:45 UTCCobh Ramblers FC10Wexford FC
  • Fri 31 Jul, 18:45 UTCBray Wanderers04Kerry FC
  • Fri 31 Jul, 18:45 UTCAthlone Town00University College Dublin
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": 27,
      "status": "finished",
      "utc_date": "2026-08-07T19:15:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Cobh Ramblers FC"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Treaty United FC"
      },
      "score": {
        "home": 2,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Ireland 1st Division result?

Cobh Ramblers FC 2-0 Treaty United FC on Friday 7 August.

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.