EUROPE · LEAGUE TABLE

Ireland 1st Division Table

As of 9 September 2026, Cork City lead the Ireland 1st Division 2026 with 68 points from 30 matches, 20 points clear of University College Dublin. Finn Harps sit bottom on 22. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 00:33 UTC
Ireland 1st Division league table
#TeamPWDLGFGAGDPts
1Cork City3021546226+3668
2University College Dublin30146105338+1548
3Bray Wanderers30128105844+1444
4Kerry FC30119103935+442
5Cobh Ramblers FC30126123541-642
6Longford Town30118114139+241
7Athlone Town30117123134-340
8Wexford FC30107133343-1037
9Treaty United FC3079142945-1630
10Finn Harps3057182662-3622
Get this via API

Get the Ireland 1st Division table via API

Fetch the live Ireland 1st Division standings with competition_id=comp_5812. The same shape works for every competition and season.

GET /football/competitions/comp_5812/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_5812/seasons/sn_8459363/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Cork City"
      },
      "position": 1,
      "matches_played": 30,
      "wins": 21,
      "draws": 5,
      "losses": 4,
      "goals_for": 62,
      "goals_against": 26,
      "goal_difference": 36,
      "points": 68
    }
  ]
}

Frequently Asked Questions

Who is top of the Ireland 1st Division?

Cork City are top of the Ireland 1st Division 2026 with 68 points from 30 matches, 20 points clear of University College Dublin.

How many teams are in the Ireland 1st Division?

10 teams compete in the Ireland 1st Division 2026.

How do I get the Ireland 1st Division table via API?

Call the standings endpoint with competition_id=comp_5812 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.

How many seasons of Ireland 1st Division data are available?

TheStatsAPI has 7 seasons of Ireland 1st Division data, going back to 2020, including historical final tables.

Get Ireland 1st Division data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.