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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Forge FC | 12 | 10 | 1 | 1 | 20 | 7 | +13 | 31 |
| 2 | Cavalry FC | 13 | 8 | 3 | 2 | 23 | 7 | +16 | 27 |
| 3 | Vancouver FC | 14 | 6 | 2 | 6 | 21 | 15 | +6 | 20 |
| 4 | Atlético Ottawa | 13 | 5 | 3 | 5 | 19 | 23 | -4 | 18 |
| 5 | HFX Wanderers FC | 15 | 4 | 4 | 7 | 20 | 24 | -4 | 16 |
| 6 | FC Supra Du Quebec | 12 | 4 | 2 | 6 | 18 | 23 | -5 | 14 |
| 7 | York United FC | 11 | 3 | 4 | 4 | 14 | 22 | -8 | 13 |
| 8 | Pacific FC | 12 | 0 | 3 | 9 | 13 | 27 | -14 | 3 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_194097/seasons/sn_6135818/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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
}
]
}Canadian Premier League resources
Fixtures, results, player and team stats for Canadian Premier League.
Upcoming kickoffs with dates and times.
Latest final scores.
See every competition, country, and data type we cover.
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.