EUROPE · FIXTURES

Ireland 1st Division Fixtures

Next Ireland 1st Division fixtures: Treaty United FC v Longford Town (Friday 31 July), Finn Harps v Cork City (Friday 31 July), Cobh Ramblers FC v Wexford FC (Friday 31 July). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:38 UTC
  • Fri 31 Jul, 18:45 UTCTreaty United FCvLongford Town
  • Fri 31 Jul, 18:45 UTCFinn HarpsvCork City
  • Fri 31 Jul, 18:45 UTCCobh Ramblers FCvWexford FC
  • Fri 31 Jul, 18:45 UTCBray WanderersvKerry FC
  • Fri 31 Jul, 18:45 UTCAthlone TownvUniversity College Dublin
  • Mon 03 Aug, 16:00 UTCWexford FCvBray Wanderers
  • Mon 03 Aug, 16:00 UTCUniversity College DublinvTreaty United FC
  • Mon 03 Aug, 16:00 UTCLongford TownvFinn Harps
  • Mon 03 Aug, 16:00 UTCKerry FCvCobh Ramblers FC
  • Mon 03 Aug, 16:00 UTCCork CityvAthlone Town
  • Fri 07 Aug, 18:45 UTCUniversity College DublinvWexford FC
  • Fri 07 Aug, 18:45 UTCCork CityvKerry FC
  • Fri 07 Aug, 18:45 UTCCobh Ramblers FCvTreaty United FC
  • Fri 07 Aug, 18:45 UTCBray WanderersvFinn Harps
  • Fri 07 Aug, 18:45 UTCAthlone TownvLongford Town
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-07-31T18:45:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Treaty United FC"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Longford Town"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Ireland 1st Division match?

Treaty United FC play Longford Town on Friday 31 July.

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.