ASIA · RESULTS

J1 League Results

Latest J1 League results: FC Tokyo 2-0 Kyoto Sanga FC, Kawasaki Frontale 3-1 Shimizu S-Pulse, Vissel Kobe 3-1 V-Varen Nagasaki. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 06:06 UTC
  • Sun 06 Sept, 10:30 UTCFC Tokyo20Kyoto Sanga FC
  • Sun 06 Sept, 10:00 UTCKawasaki Frontale31Shimizu S-Pulse
  • Sun 06 Sept, 10:00 UTCVissel Kobe31V-Varen Nagasaki
  • Sun 06 Sept, 10:00 UTCCerezo Osaka00Tokyo Verdy
  • Sun 06 Sept, 10:00 UTCKashiwa Reysol02Yokohama F. Marinos
  • Sun 06 Sept, 09:00 UTCFagiano Okayama32Sanfrecce Hiroshima
  • Sun 06 Sept, 09:00 UTCNagoya Grampus13Machida Zelvia
  • Sun 06 Sept, 09:00 UTCKashima Antlers01Urawa Red Diamonds
  • Sun 06 Sept, 09:00 UTCJEF United Chiba20Gamba Osaka
  • Sat 05 Sept, 10:00 UTCAvispa Fukuoka11Mito Hollyhock
  • Wed 02 Sept, 10:00 UTCSanfrecce Hiroshima30Nagoya Grampus
  • Wed 02 Sept, 10:00 UTCTokyo Verdy02Vissel Kobe
  • Wed 02 Sept, 10:00 UTCShimizu S-Pulse11FC Tokyo
  • Wed 02 Sept, 10:00 UTCYokohama F. Marinos11Kyoto Sanga FC
  • Wed 02 Sept, 10:00 UTCAvispa Fukuoka23Urawa Red Diamonds
Get this via API

Get J1 League results via API

Fetch the latest final J1 League scores with competition_id=comp_6240.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_6240&season_id=sn_1367378&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_6240",
      "matchday": 6,
      "status": "finished",
      "utc_date": "2026-09-06T10:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "FC Tokyo"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Kyoto Sanga FC"
      },
      "score": {
        "home": 2,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest J1 League result?

FC Tokyo 2-0 Kyoto Sanga FC on Sunday 6 September.

How do I get J1 League results via API?

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