ASIA · LEAGUE TABLE

J1 League Table

As of 9 September 2026, Machida Zelvia lead the J1 League 26/27 with 16 points from 6 matches, 3 points clear of Vissel Kobe. JEF United Chiba sit bottom on 3. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 07:00 UTC
J1 League league table
#TeamPWDLGFGAGDPts
1Machida Zelvia6510185+1316
2Vissel Kobe641194+513
3Kashima Antlers64021311+212
4Kashiwa Reysol6402108+212
5Sanfrecce Hiroshima6321135+811
6FC Tokyo6321118+311
7Yokohama F. Marinos6312108+210
8Fagiano Okayama631287+110
9Cerezo Osaka631255010
10Kawasaki Frontale6231129+39
11Mito Hollyhock6231118+39
12Urawa Red Diamonds63031215-39
13Gamba Osaka6132811-36
14Nagoya Grampus6204711-46
15Kyoto Sanga FC6123711-45
16Avispa Fukuoka6114910-14
17Shimizu S-Pulse611437-44
18V-Varen Nagasaki6114714-74
19Tokyo Verdy603328-63
20JEF United Chiba6105515-103
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": 6,
      "wins": 5,
      "draws": 1,
      "losses": 0,
      "goals_for": 18,
      "goals_against": 5,
      "goal_difference": 13,
      "points": 16
    }
  ]
}

Frequently Asked Questions

Who is top of the J1 League?

Machida Zelvia are top of the J1 League 26/27 with 16 points from 6 matches, 3 points clear of Vissel Kobe.

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.