EUROPE · LEAGUE TABLE

Ireland 1st Division Table

As of 15 August 2026, Cork City lead the Ireland 1st Division 2026 with 63 points from 27 matches, 20 points clear of Bray Wanderers. Finn Harps sit bottom on 22. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 15 Aug 2026, 18:16 UTC
Ireland 1st Division league table
#TeamPWDLGFGAGDPts
1Cork City2720345723+3463
2Bray Wanderers2712785437+1743
3University College Dublin27134104632+1443
4Longford Town27107103534+137
5Cobh Ramblers FC27114122937-837
6Kerry FC2798103433+135
7Wexford FC2797113239-734
8Athlone Town2787122633-731
9Treaty United FC2778122639-1329
10Finn Harps2757152153-3222
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": 27,
      "wins": 20,
      "draws": 3,
      "losses": 4,
      "goals_for": 57,
      "goals_against": 23,
      "goal_difference": 34,
      "points": 63
    }
  ]
}

Frequently Asked Questions

Who is top of the Ireland 1st Division?

Cork City are top of the Ireland 1st Division 2026 with 63 points from 27 matches, 20 points clear of Bray Wanderers.

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.