EUROPE · FIXTURES

Serie A Fixtures

Next Serie A fixtures: Venezia v Fiorentina (Friday 11 September), Genoa v Frosinone (Saturday 12 September), Lazio v Milan (Saturday 12 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 08 Sept 2026, 21:21 UTC
  • Fri 11 Sept, 18:45 UTCVeneziavFiorentina
  • Sat 12 Sept, 13:00 UTCGenoavFrosinone
  • Sat 12 Sept, 16:00 UTCLaziovMilan
  • Sat 12 Sept, 18:45 UTCAtalantavCagliari
  • Sun 13 Sept, 13:00 UTCLeccevMonza
  • Sun 13 Sept, 16:00 UTCNapolivBologna
  • Sun 13 Sept, 18:45 UTCSassuolovJuventus
  • Mon 14 Sept, 16:30 UTCTorinovRoma
  • Mon 14 Sept, 16:30 UTCComovParma
  • Mon 14 Sept, 18:45 UTCIntervUdinese
  • Fri 18 Sept, 18:45 UTCMonzavSassuolo
  • Sat 19 Sept, 13:00 UTCUdinesevCagliari
  • Sat 19 Sept, 13:00 UTCBolognavTorino
  • Sat 19 Sept, 16:00 UTCRomavInter
  • Sat 19 Sept, 18:45 UTCVeneziavLazio
Get this via API

Get Serie A fixtures via API

Fetch upcoming Serie A matches with competition_id=comp_5840.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_5840&season_id=sn_6199313&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_5840",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-09-11T18:45:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Venezia"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Fiorentina"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Serie A match?

Venezia play Fiorentina on Friday 11 September.

How do I get Serie A fixtures via API?

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

Get Serie A data via API

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