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 Tokyo2–0Kyoto Sanga FC
- Sun 06 Sept, 10:00 UTCKawasaki Frontale3–1Shimizu S-Pulse
- Sun 06 Sept, 10:00 UTCVissel Kobe3–1V-Varen Nagasaki
- Sun 06 Sept, 10:00 UTCCerezo Osaka0–0Tokyo Verdy
- Sun 06 Sept, 10:00 UTCKashiwa Reysol0–2Yokohama F. Marinos
- Sun 06 Sept, 09:00 UTCFagiano Okayama3–2Sanfrecce Hiroshima
- Sun 06 Sept, 09:00 UTCNagoya Grampus1–3Machida Zelvia
- Sun 06 Sept, 09:00 UTCKashima Antlers0–1Urawa Red Diamonds
- Sun 06 Sept, 09:00 UTCJEF United Chiba2–0Gamba Osaka
- Sat 05 Sept, 10:00 UTCAvispa Fukuoka1–1Mito Hollyhock
- Wed 02 Sept, 10:00 UTCSanfrecce Hiroshima3–0Nagoya Grampus
- Wed 02 Sept, 10:00 UTCTokyo Verdy0–2Vissel Kobe
- Wed 02 Sept, 10:00 UTCShimizu S-Pulse1–1FC Tokyo
- Wed 02 Sept, 10:00 UTCYokohama F. Marinos1–1Kyoto Sanga FC
- Wed 02 Sept, 10:00 UTCAvispa Fukuoka2–3Urawa 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.