EUROPE · FIXTURES

Serie B Fixtures

Next Serie B fixtures: Empoli v Arezzo (Friday 11 September), Pisa v Virtus Entella (Friday 11 September), Benevento v Hellas Verona (Friday 11 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:33 UTC
  • Fri 11 Sept, 17:00 UTCEmpolivArezzo
  • Fri 11 Sept, 19:00 UTCPisavVirtus Entella
  • Fri 11 Sept, 19:00 UTCBeneventovHellas Verona
  • Sat 12 Sept, 13:00 UTCSüdtirolvModena
  • Sat 12 Sept, 13:00 UTCPadovavAscoli
  • Sat 12 Sept, 13:00 UTCL.R. VicenzavJuve Stabia
  • Sat 12 Sept, 15:15 UTCCatanzarovCarrarese
  • Sat 12 Sept, 17:30 UTCCesenavCremonese
  • Sun 13 Sept, 13:00 UTCAvellinovPalermo
  • Sun 13 Sept, 15:15 UTCMantovavSampdoria
  • Fri 18 Sept, 18:30 UTCJuve StabiavCesena
  • Sat 19 Sept, 13:00 UTCPalermovPadova
  • Sat 19 Sept, 13:00 UTCCremonesevVirtus Entella
  • Sat 19 Sept, 13:00 UTCCarraresevBenevento
  • Sat 19 Sept, 15:15 UTCSampdoriavCatanzaro
Get this via API

Get Serie B fixtures via API

Fetch upcoming Serie B matches with competition_id=comp_5450.

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

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

Frequently Asked Questions

When is the next Serie B match?

Empoli play Arezzo on Friday 11 September.

How do I get Serie B fixtures via API?

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

Get Serie B data via API

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