ASIA · LEAGUE TABLE

J2 League Table

As of 9 September 2026, RB Omiya Ardija lead the J2 League 26/27 with 11 points from 5 matches, 1 point clear of Yokohama FC. FC Imabari sit bottom on 1. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 08:17 UTC
J2 League league table
#TeamPWDLGFGAGDPts
1RB Omiya Ardija5320105+511
2Yokohama FC5311115+610
3Vegalta Sendai531195+410
4Fujieda MYFC531184+410
5Tochigi City FC5302137+69
6Kataller Toyama5302115+69
7Montedio Yamagata530283+59
8Albirex Niigata530269-39
9Sagan Tosu522175+28
10Shonan Bellmare52215508
11Jubilo Iwata52127707
12Tokushima Vortis521234-17
13Ventforet Kofu521258-37
14Vanraure Hachinohe521237-47
15Oita Trinita512254+15
16Blaublitz Akita512246-25
17Hokkaido Consadole Sapporo5104612-63
18Iwaki FC5104612-63
19Tegevajaro Miyazaki502338-52
20FC Imabari5014413-91
Get this via API

Get the J2 League table via API

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

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_9194/seasons/sn_2978982/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "RB Omiya Ardija"
      },
      "position": 1,
      "matches_played": 5,
      "wins": 3,
      "draws": 2,
      "losses": 0,
      "goals_for": 10,
      "goals_against": 5,
      "goal_difference": 5,
      "points": 11
    }
  ]
}

Frequently Asked Questions

Who is top of the J2 League?

RB Omiya Ardija are top of the J2 League 26/27 with 11 points from 5 matches, 1 point clear of Yokohama FC.

How many teams are in the J2 League?

20 teams compete in the J2 League 26/27.

How do I get the J2 League table via API?

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

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

Get J2 League data via API

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