ASIA · LEAGUE TABLE

J1 League Table

As of 15 August 2026, Machida Zelvia lead the J1 League 26/27 with 6 points from 2 matches, level on points with Sanfrecce Hiroshima. JEF United Chiba sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 15 Aug 2026, 18:20 UTC
J1 League league table
#TeamPWDLGFGAGDPts
1Machida Zelvia220091+86
2Sanfrecce Hiroshima220071+66
3Kashiwa Reysol220052+36
4Kashima Antlers220064+26
5Gamba Osaka211054+14
6Vissel Kobe211032+14
7Avispa Fukuoka210131+23
8Yokohama F. Marinos21014403
9V-Varen Nagasaki21012203
10Fagiano Okayama21012203
11Shimizu S-Pulse21011103
12Cerezo Osaka210124-23
13Kawasaki Frontale20203302
14Kyoto Sanga FC201134-11
15Mito Hollyhock201123-11
16Tokyo Verdy201124-21
17FC Tokyo201137-41
18Nagoya Grampus200213-20
19Urawa Red Diamonds200248-40
20JEF United Chiba200207-70
Get this via API

Get the J1 League table via API

Fetch the live J1 League standings with competition_id=comp_6240. The same shape works for every competition and season.

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_6240/seasons/sn_1367378/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Machida Zelvia"
      },
      "position": 1,
      "matches_played": 2,
      "wins": 2,
      "draws": 0,
      "losses": 0,
      "goals_for": 9,
      "goals_against": 1,
      "goal_difference": 8,
      "points": 6
    }
  ]
}

Frequently Asked Questions

Who is top of the J1 League?

Machida Zelvia are top of the J1 League 26/27 with 6 points from 2 matches.

How many teams are in the J1 League?

20 teams compete in the J1 League 26/27.

How do I get the J1 League table via API?

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

TheStatsAPI has 8 seasons of J1 League data, going back to 2020, including historical final tables.

Get J1 League data via API

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