SOUTH AMERICA · FIXTURES

Brasileirão Série B Fixtures

Next Brasileirão Série B fixtures: Vila Nova FC v América Mineiro (Friday 18 September), Ceará v Novorizontino (Friday 18 September), São Bernardo v Atlético Goianiense (Saturday 19 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 07:29 UTC
  • Fri 18 Sept, 22:30 UTCVila Nova FCvAmérica Mineiro
  • Fri 18 Sept, 23:30 UTCCearávNovorizontino
  • Sat 19 Sept, 00:00 UTCSão BernardovAtlético Goianiense
  • Sat 19 Sept, 18:00 UTCCuiabávNáutico
  • Sat 19 Sept, 18:00 UTCCriciúmavOperário-PR
  • Sat 19 Sept, 19:00 UTCSport RecifevJuventude
  • Sat 19 Sept, 21:30 UTCAthletic ClubvBotafogo-SP
  • Sun 20 Sept, 14:00 UTCPonte PretavCRB
  • Sun 20 Sept, 19:00 UTCGoiásvAvaí
  • Sun 20 Sept, 21:30 UTCLondrinavFortaleza
  • Fri 25 Sept, 22:30 UTCNovorizontinovSão Bernardo
  • Fri 25 Sept, 23:30 UTCVila Nova FCvLondrina
  • Sat 26 Sept, 18:00 UTCAmérica MineirovJuventude
  • Sat 26 Sept, 18:00 UTCBotafogo-SPvPonte Preta
  • Sat 26 Sept, 19:00 UTCOperário-PRvCeará
Get this via API

Get Brasileirão Série B fixtures via API

Fetch upcoming Brasileirão Série B matches with competition_id=comp_1085.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_1085&season_id=sn_1307939&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_1085",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-09-18T22:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Vila Nova FC"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "América Mineiro"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Brasileirão Série B match?

Vila Nova FC play América Mineiro on Friday 18 September.

How do I get Brasileirão Série B fixtures via API?

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

Get Brasileirão Série B data via API

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