NORTH AMERICA · LEAGUE TABLE

Canadian Premier League Table

As of 15 August 2026, Forge FC lead the Canadian Premier League 2026 with 35 points from 15 matches, 1 point clear of Cavalry FC. Pacific FC sit bottom on 5. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 15 Aug 2026, 18:18 UTC
Canadian Premier League league table
#TeamPWDLGFGAGDPts
1Forge FC151122239+1435
2Cavalry FC161042319+2234
3Vancouver FC178362617+927
4Atlético Ottawa167362529-424
5FC Supra Du Quebec155372227-518
6HFX Wanderers FC174582126-517
7York United FC143561631-1514
8Pacific FC1605111834-165
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": 15,
      "wins": 11,
      "draws": 2,
      "losses": 2,
      "goals_for": 23,
      "goals_against": 9,
      "goal_difference": 14,
      "points": 35
    }
  ]
}

Frequently Asked Questions

Who is top of the Canadian Premier League?

Forge FC are top of the Canadian Premier League 2026 with 35 points from 15 matches, 1 point 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.