ASIA · RESULTS

J2 League Results

Latest J2 League results: Vegalta Sendai 0-0 Oita Trinita, Albirex Niigata 2-1 Hokkaido Consadole Sapporo, Ventforet Kofu 1-1 Tegevajaro Miyazaki. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 15 Aug 2026, 13:18 UTC
  • Sat 15 Aug, 10:00 UTCVegalta Sendai00Oita Trinita
  • Sat 15 Aug, 10:00 UTCAlbirex Niigata21Hokkaido Consadole Sapporo
  • Sat 15 Aug, 10:00 UTCVentforet Kofu11Tegevajaro Miyazaki
  • Sat 15 Aug, 10:00 UTCFC Imabari23RB Omiya Ardija
  • Sat 15 Aug, 10:00 UTCShonan Bellmare10Montedio Yamagata
  • Sat 15 Aug, 09:30 UTCFujieda MYFC31Iwaki FC
  • Sat 15 Aug, 09:00 UTCTochigi City FC50Vanraure Hachinohe
  • Sat 15 Aug, 09:00 UTCBlaublitz Akita04Kataller Toyama
  • Sun 09 Aug, 10:00 UTCMontedio Yamagata20Tochigi City FC
  • Sun 09 Aug, 09:00 UTCIwaki FC21FC Imabari
  • Sat 08 Aug, 10:30 UTCSagan Tosu20Ventforet Kofu
  • Sat 08 Aug, 10:00 UTCTegevajaro Miyazaki01Yokohama FC
  • Sat 08 Aug, 10:00 UTCOita Trinita01Shonan Bellmare
  • Sat 08 Aug, 10:00 UTCJubilo Iwata11Blaublitz Akita
  • Sat 08 Aug, 10:00 UTCRB Omiya Ardija10Albirex Niigata
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": 2,
      "status": "finished",
      "utc_date": "2026-08-15T10:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Vegalta Sendai"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Oita Trinita"
      },
      "score": {
        "home": 0,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest J2 League result?

Vegalta Sendai 0-0 Oita Trinita on Saturday 15 August.

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.