NORTH AMERICA · FIXTURES

Canadian Premier League Fixtures

Next Canadian Premier League fixtures: Atlético Ottawa v Pacific FC (Sunday 26 July), York United FC v Forge FC (Sunday 26 July), Pacific FC v FC Supra Du Quebec (Saturday 1 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:36 UTC
  • Sun 26 Jul, 18:00 UTCAtlético OttawavPacific FC
  • Sun 26 Jul, 21:00 UTCYork United FCvForge FC
  • Sat 01 Aug, 02:00 UTCPacific FCvFC Supra Du Quebec
  • Sat 01 Aug, 22:00 UTCVancouver FCvAtlético Ottawa
  • Sun 02 Aug, 01:00 UTCCavalry FCvYork United FC
  • Sun 02 Aug, 22:00 UTCHFX Wanderers FCvForge FC
  • Fri 07 Aug, 23:00 UTCForge FCvVancouver FC
Get this via API

Get Canadian Premier League fixtures via API

Fetch upcoming Canadian Premier League matches with competition_id=comp_194097.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_194097&season_id=sn_6135818&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_194097",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-07-26T18:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Atlético Ottawa"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Pacific FC"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Canadian Premier League match?

Atlético Ottawa play Pacific FC on Sunday 26 July.

How do I get Canadian Premier League fixtures via API?

Call the matches endpoint with competition_id=comp_194097 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Canadian Premier League data via API

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