SOUTH AMERICA · FIXTURES

Brasileirão Série B Fixtures

Next Brasileirão Série B fixtures: Criciúma v Cuiabá (Friday 4 September), Athletic Club v Vila Nova FC (Friday 4 September), CRB v América Mineiro (Saturday 5 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 18 Aug 2026, 20:58 UTC
  • Fri 04 Sept, 22:30 UTCCriciúmavCuiabá
  • Fri 04 Sept, 23:30 UTCAthletic ClubvVila Nova FC
  • Sat 05 Sept, 00:30 UTCCRBvAmérica Mineiro
  • Sat 05 Sept, 18:00 UTCNáuticovBotafogo-SP
  • Sat 05 Sept, 19:00 UTCGoiásvFortaleza
  • Sat 05 Sept, 19:00 UTCNovorizontinovAvaí
  • Sat 05 Sept, 21:00 UTCJuventudevAtlético Goianiense
  • Sat 05 Sept, 21:30 UTCCearávSport Recife
  • Sun 06 Sept, 14:00 UTCLondrinavOperário-PR
  • Sun 06 Sept, 21:30 UTCPonte PretavSão Bernardo
  • Tue 08 Sept, 18:00 UTCVila Nova FCvGoiás
  • Tue 08 Sept, 18:00 UTCSport RecifevPonte Preta
  • Tue 08 Sept, 18:00 UTCSão BernardovLondrina
  • Tue 08 Sept, 23:30 UTCCuiabávAthletic Club
  • Wed 09 Sept, 00:30 UTCCriciúmavJuventude
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-04T22:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Criciúma"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Cuiabá"
      }
    }
  ]
}

Frequently Asked Questions

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

Criciúma play Cuiabá on Friday 4 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.