EUROPE · FIXTURES

Ireland 1st Division Fixtures

Next Ireland 1st Division fixtures: Wexford FC v Athlone Town (Friday 21 August), Treaty United FC v Cork City (Friday 21 August), Kerry FC v University College Dublin (Friday 21 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 15 Aug 2026, 10:12 UTC
  • Fri 21 Aug, 18:45 UTCWexford FCvAthlone Town
  • Fri 21 Aug, 18:45 UTCTreaty United FCvCork City
  • Fri 21 Aug, 18:45 UTCKerry FCvUniversity College Dublin
  • Fri 21 Aug, 18:45 UTCFinn HarpsvCobh Ramblers FC
  • Sat 22 Aug, 18:30 UTCLongford TownvBray Wanderers
  • Fri 28 Aug, 18:45 UTCUniversity College DublinvFinn Harps
  • Fri 28 Aug, 18:45 UTCKerry FCvTreaty United FC
  • Fri 28 Aug, 18:45 UTCCork CityvWexford FC
  • Fri 28 Aug, 18:45 UTCCobh Ramblers FCvLongford Town
  • Fri 28 Aug, 18:45 UTCAthlone TownvBray Wanderers
  • Fri 04 Sept, 18:45 UTCTreaty United FCvWexford FC
  • Fri 04 Sept, 18:45 UTCFinn HarpsvAthlone Town
  • Fri 04 Sept, 18:45 UTCCobh Ramblers FCvUniversity College Dublin
  • Fri 04 Sept, 18:45 UTCBray WanderersvCork City
  • Sat 05 Sept, 18:30 UTCLongford TownvKerry FC
Get this via API

Get Ireland 1st Division fixtures via API

Fetch upcoming Ireland 1st Division matches with competition_id=comp_5812.

GET /football/matches?competition_id=comp_5812&status=scheduled

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_5812&season_id=sn_8459363&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_5812",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-08-21T18:45:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Wexford FC"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Athlone Town"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Ireland 1st Division match?

Wexford FC play Athlone Town on Friday 21 August.

How do I get Ireland 1st Division fixtures via API?

Call the matches endpoint with competition_id=comp_5812 and status=scheduled. 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.