NORTH AMERICA · LEAGUE TABLE

Canadian Premier League Table

As of 26 July 2026, Forge FC lead the Canadian Premier League 2026 with 31 points from 12 matches, 4 points clear of Cavalry FC. Pacific FC sit bottom on 3. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:32 UTC
Canadian Premier League league table
#TeamPWDLGFGAGDPts
1Forge FC121011207+1331
2Cavalry FC13832237+1627
3Vancouver FC146262115+620
4Atlético Ottawa135351923-418
5HFX Wanderers FC154472024-416
6FC Supra Du Quebec124261823-514
7York United FC113441422-813
8Pacific FC120391327-143
Get this via API

Get the Canadian Premier League table via API

Fetch the live Canadian Premier League standings with competition_id=comp_194097. The same shape works for every competition and season.

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_194097/seasons/sn_6135818/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Forge FC"
      },
      "position": 1,
      "matches_played": 12,
      "wins": 10,
      "draws": 1,
      "losses": 1,
      "goals_for": 20,
      "goals_against": 7,
      "goal_difference": 13,
      "points": 31
    }
  ]
}

Frequently Asked Questions

Who is top of the Canadian Premier League?

Forge FC are top of the Canadian Premier League 2026 with 31 points from 12 matches, 4 points clear of Cavalry FC.

How many teams are in the Canadian Premier League?

8 teams compete in the Canadian Premier League 2026.

How do I get the Canadian Premier League table via API?

Call the standings endpoint with competition_id=comp_194097 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 Canadian Premier League data are available?

TheStatsAPI has 8 seasons of Canadian Premier League data, going back to 2019, including historical final tables.

Get Canadian Premier League data via API

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