SOUTH AMERICA · RESULTS

Brasileirão Série B Results

Latest Brasileirão Série B results: CRB 0-0 Novorizontino, América Mineiro 1-3 Athletic Club, Operário-PR 1-2 Avaí. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 17 Aug 2026, 19:00 UTC
  • Sun 16 Aug, 21:30 UTCCRB00Novorizontino
  • Sun 16 Aug, 21:30 UTCAmérica Mineiro13Athletic Club
  • Sun 16 Aug, 14:00 UTCOperário-PR12Avaí
  • Sat 15 Aug, 21:30 UTCJuventude00Fortaleza
  • Sat 15 Aug, 19:00 UTCCriciúma10Goiás
  • Sat 15 Aug, 19:00 UTCAtlético Goianiense02Vila Nova FC
  • Sat 15 Aug, 19:00 UTCCeará13Cuiabá
  • Fri 14 Aug, 23:30 UTCSport Recife21Londrina
  • Fri 14 Aug, 22:30 UTCSão Bernardo01Botafogo-SP
  • Fri 14 Aug, 22:30 UTCPonte Preta11Náutico
  • Tue 11 Aug, 22:30 UTCAvaí01CRB
  • Mon 10 Aug, 22:30 UTCGoiás10Londrina
  • Sun 09 Aug, 21:00 UTCCuiabá11Fortaleza
  • Sun 09 Aug, 19:00 UTCNáutico11Atlético Goianiense
  • Sun 09 Aug, 19:00 UTCNovorizontino01Juventude
Get this via API

Get Brasileirão Série B results via API

Fetch the latest final Brasileirão Série B scores with competition_id=comp_1085.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_1085&season_id=sn_1307939&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_1085",
      "matchday": 22,
      "status": "finished",
      "utc_date": "2026-08-16T21:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "CRB"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Novorizontino"
      },
      "score": {
        "home": 0,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Brasileirão Série B result?

CRB 0-0 Novorizontino on Sunday 16 August.

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

Call the matches endpoint with competition_id=comp_1085 and status=finished. 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.