ASIA · FIXTURES

J1 League Fixtures

Next J1 League fixtures: Vissel Kobe v Kashima Antlers (Friday 11 September), Kyoto Sanga FC v Kashiwa Reysol (Friday 11 September), Mito Hollyhock v Kawasaki Frontale (Saturday 12 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 07:38 UTC
  • Fri 11 Sept, 10:00 UTCVissel KobevKashima Antlers
  • Fri 11 Sept, 10:00 UTCKyoto Sanga FCvKashiwa Reysol
  • Sat 12 Sept, 09:00 UTCMito HollyhockvKawasaki Frontale
  • Sat 12 Sept, 09:30 UTCShimizu S-PulsevAvispa Fukuoka
  • Sat 12 Sept, 10:00 UTCGamba OsakavFC Tokyo
  • Sat 12 Sept, 10:00 UTCV-Varen NagasakivNagoya Grampus
  • Sat 12 Sept, 10:00 UTCSanfrecce HiroshimavCerezo Osaka
  • Sat 12 Sept, 10:00 UTCMachida ZelviavYokohama F. Marinos
  • Sun 13 Sept, 09:00 UTCTokyo VerdyvJEF United Chiba
  • Sun 13 Sept, 09:30 UTCUrawa Red DiamondsvFagiano Okayama
  • Sat 19 Sept, 09:00 UTCAvispa FukuokavSanfrecce Hiroshima
  • Sat 19 Sept, 09:00 UTCKawasaki FrontalevKashima Antlers
  • Sat 19 Sept, 09:30 UTCV-Varen NagasakivCerezo Osaka
  • Sat 19 Sept, 09:30 UTCShimizu S-PulsevJEF United Chiba
  • Sat 19 Sept, 09:30 UTCUrawa Red DiamondsvTokyo Verdy
Get this via API

Get J1 League fixtures via API

Fetch upcoming J1 League matches with competition_id=comp_6240.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_6240&season_id=sn_1367378&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_6240",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-09-11T10:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Vissel Kobe"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Kashima Antlers"
      }
    }
  ]
}

Frequently Asked Questions

When is the next J1 League match?

Vissel Kobe play Kashima Antlers on Friday 11 September.

How do I get J1 League fixtures via API?

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

Get J1 League data via API

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