ASIA · FIXTURES

J2 League Fixtures

Next J2 League fixtures: Yokohama FC v Jubilo Iwata (Sunday 16 August), Tokushima Vortis v Sagan Tosu (Sunday 16 August), Hokkaido Consadole Sapporo v RB Omiya Ardija (Saturday 22 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 15 Aug 2026, 14:08 UTC
  • Sun 16 Aug, 09:00 UTCYokohama FCvJubilo Iwata
  • Sun 16 Aug, 10:00 UTCTokushima VortisvSagan Tosu
  • Sat 22 Aug, 06:00 UTCHokkaido Consadole SapporovRB Omiya Ardija
  • Sat 22 Aug, 08:00 UTCVanraure HachinohevVegalta Sendai
  • Sat 22 Aug, 09:00 UTCBlaublitz AkitavVentforet Kofu
  • Sat 22 Aug, 09:30 UTCKataller ToyamavFC Imabari
  • Sat 22 Aug, 10:00 UTCTegevajaro MiyazakivShonan Bellmare
  • Sat 22 Aug, 10:00 UTCSagan TosuvTochigi City FC
  • Sat 22 Aug, 10:00 UTCOita TrinitavIwaki FC
  • Sat 22 Aug, 10:00 UTCJubilo IwatavTokushima Vortis
  • Sat 22 Aug, 10:00 UTCAlbirex NiigatavFujieda MYFC
  • Sat 22 Aug, 10:00 UTCMontedio YamagatavYokohama FC
  • Sat 29 Aug, 09:00 UTCFC ImabarivMontedio Yamagata
  • Sat 29 Aug, 09:00 UTCVentforet KofuvHokkaido Consadole Sapporo
  • Sat 29 Aug, 09:00 UTCTokushima VortisvOita Trinita
Get this via API

Get J2 League fixtures via API

Fetch upcoming J2 League matches with competition_id=comp_9194.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_9194&season_id=sn_2978982&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_9194",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-08-16T09:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Yokohama FC"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Jubilo Iwata"
      }
    }
  ]
}

Frequently Asked Questions

When is the next J2 League match?

Yokohama FC play Jubilo Iwata on Sunday 16 August.

How do I get J2 League fixtures via API?

Call the matches endpoint with competition_id=comp_9194 and status=scheduled. 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.