SOUTH AMERICA · RESULTS

Brasileirão Série B Results

Latest Brasileirão Série B results: Ponte Preta 0-2 São Bernardo, Londrina 1-2 Operário-PR, Ceará 2-1 Sport Recife. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 08 Sept 2026, 23:53 UTC
  • Sun 06 Sept, 21:30 UTCPonte Preta02São Bernardo
  • Sun 06 Sept, 14:00 UTCLondrina12Operário-PR
  • Sat 05 Sept, 21:30 UTCCeará21Sport Recife
  • Sat 05 Sept, 21:00 UTCJuventude22Atlético Goianiense
  • Sat 05 Sept, 19:00 UTCGoiás01Fortaleza
  • Sat 05 Sept, 19:00 UTCNovorizontino31Avaí
  • Sat 05 Sept, 00:30 UTCCRB31América Mineiro
  • Fri 04 Sept, 23:30 UTCAthletic Club50Vila Nova FC
  • Fri 04 Sept, 22:30 UTCCriciúma20Cuiabá
  • Thu 03 Sept, 23:00 UTCNáutico10Botafogo-SP
  • Tue 01 Sept, 22:30 UTCLondrina00Juventude
  • Mon 31 Aug, 22:30 UTCFortaleza11Operário-PR
  • Sun 30 Aug, 21:30 UTCVila Nova FC20Ceará
  • Sun 30 Aug, 21:00 UTCCRB21Criciúma
  • Sun 30 Aug, 19:00 UTCAvaí01Atlético Goianiense
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": 26,
      "status": "finished",
      "utc_date": "2026-09-06T21:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Ponte Preta"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "São Bernardo"
      },
      "score": {
        "home": 0,
        "away": 2
      }
    }
  ]
}

Frequently Asked Questions

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

Ponte Preta 0-2 São Bernardo on Sunday 6 September.

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.