ASIA · FIXTURES
J2 League Fixtures
Next J2 League fixtures: Iwaki FC v Yokohama FC (Saturday 12 September), Blaublitz Akita v Tokushima Vortis (Saturday 12 September), Kataller Toyama v Tochigi City FC (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, 08:40 UTC
- Sat 12 Sept, 09:00 UTCIwaki FCvYokohama FC
- Sat 12 Sept, 09:00 UTCBlaublitz AkitavTokushima Vortis
- Sat 12 Sept, 09:30 UTCKataller ToyamavTochigi City FC
- Sat 12 Sept, 09:30 UTCVanraure HachinohevShonan Bellmare
- Sat 12 Sept, 10:00 UTCTegevajaro MiyazakivFujieda MYFC
- Sat 12 Sept, 10:00 UTCFC ImabarivSagan Tosu
- Sat 12 Sept, 10:00 UTCVentforet KofuvJubilo Iwata
- Sat 12 Sept, 10:00 UTCRB Omiya ArdijavOita Trinita
- Sun 13 Sept, 09:00 UTCAlbirex NiigatavMontedio Yamagata
- Sun 13 Sept, 09:00 UTCVegalta SendaivHokkaido Consadole Sapporo
- Sat 19 Sept, 09:00 UTCAlbirex NiigatavJubilo Iwata
- Sat 19 Sept, 09:00 UTCShonan BellmarevBlaublitz Akita
- Sat 19 Sept, 09:00 UTCSagan TosuvIwaki FC
- Sat 19 Sept, 09:00 UTCMontedio YamagatavKataller Toyama
- Sat 19 Sept, 09:00 UTCFujieda MYFCvRB Omiya Ardija
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-09-12T09:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Iwaki FC"
},
"away_team": {
"id": "tm_yyyy",
"name": "Yokohama FC"
}
}
]
}Frequently Asked Questions
When is the next J2 League match?
Iwaki FC play Yokohama FC on Saturday 12 September.
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.