EUROPE · FIXTURES
Serie A Femminile Fixtures
Next Serie A Femminile fixtures: Juventus v Napoli (Saturday 26 September), Lazio v Parma (Saturday 26 September), Ternana v FC Como (Sunday 27 September). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 22 Sept 2026, 03:05 UTC
- Sat 26 Sept, 10:30 UTCJuventusvNapoli
- Sat 26 Sept, 13:00 UTCLaziovParma
- Sun 27 Sept, 15:00 UTCTernanavFC Como
- Sun 27 Sept, 15:00 UTCSassuolovAS Roma
- Sun 27 Sept, 15:00 UTCIntervFiorentina
- Sun 27 Sept, 15:00 UTCComovMilan
- Sat 03 Oct, 10:30 UTCParmavTernana
- Sat 03 Oct, 13:00 UTCFiorentinavSassuolo
- Sat 03 Oct, 16:00 UTCAS RomavLazio
- Sun 04 Oct, 10:30 UTCNapolivComo
- Sun 04 Oct, 13:00 UTCMilanvJuventus
- Sun 04 Oct, 16:00 UTCFC ComovInter
- Sat 17 Oct, 10:30 UTCSassuolovNapoli
- Sat 17 Oct, 13:00 UTCFC ComovFiorentina
- Sun 18 Oct, 10:30 UTCJuventusvComo
Get this via API
Get Serie A Femminile fixtures via API
Fetch upcoming Serie A Femminile matches with competition_id=comp_136659.
GET /football/matches?competition_id=comp_136659&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_136659&season_id=sn_9640960&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_136659",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-09-26T10:30:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Juventus"
},
"away_team": {
"id": "tm_yyyy",
"name": "Napoli"
}
}
]
}Frequently Asked Questions
When is the next Serie A Femminile match?
Juventus play Napoli on Saturday 26 September.
How do I get Serie A Femminile fixtures via API?
Call the matches endpoint with competition_id=comp_136659 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get Serie A Femminile data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.