ASIA · RESULTS

J2 League Results

Latest J2 League results: Oita Trinita 1-1 FC Imabari, Jubilo Iwata 0-1 Kataller Toyama, Yokohama FC 5-0 Albirex Niigata. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 08 Sept 2026, 21:30 UTC
  • Sun 06 Sept, 10:00 UTCOita Trinita11FC Imabari
  • Sun 06 Sept, 10:00 UTCJubilo Iwata01Kataller Toyama
  • Sun 06 Sept, 09:00 UTCYokohama FC50Albirex Niigata
  • Sun 06 Sept, 09:00 UTCBlaublitz Akita00RB Omiya Ardija
  • Sun 06 Sept, 04:00 UTCHokkaido Consadole Sapporo14Tochigi City FC
  • Sat 05 Sept, 10:00 UTCSagan Tosu20Tegevajaro Miyazaki
  • Sat 05 Sept, 10:00 UTCTokushima Vortis10Iwaki FC
  • Sat 05 Sept, 10:00 UTCMontedio Yamagata12Ventforet Kofu
  • Sat 05 Sept, 10:00 UTCShonan Bellmare13Vegalta Sendai
  • Sat 05 Sept, 09:30 UTCFujieda MYFC00Vanraure Hachinohe
  • Sat 29 Aug, 10:00 UTCFC Imabari03Montedio Yamagata
  • Sat 29 Aug, 10:00 UTCVentforet Kofu21Hokkaido Consadole Sapporo
  • Sat 29 Aug, 10:00 UTCTokushima Vortis10Oita Trinita
  • Sat 29 Aug, 10:00 UTCRB Omiya Ardija22Shonan Bellmare
  • Sat 29 Aug, 10:00 UTCYokohama FC22Sagan Tosu
Get this via API

Get J2 League results via API

Fetch the latest final J2 League scores with competition_id=comp_9194.

GET /football/matches?competition_id=comp_9194&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_9194&season_id=sn_2978982&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_9194",
      "matchday": 5,
      "status": "finished",
      "utc_date": "2026-09-06T10:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Oita Trinita"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "FC Imabari"
      },
      "score": {
        "home": 1,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest J2 League result?

Oita Trinita 1-1 FC Imabari on Sunday 6 September.

How do I get J2 League results via API?

Call the matches endpoint with competition_id=comp_9194 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get J2 League data via API

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