SOUTH AMERICA · RESULTS

Brasileirão Série B Results

Latest Brasileirão Série B results: Botafogo-SP 4-2 Juventude, Cuiabá 0-1 Atlético Goianiense, Athletic Club 2-1 São Bernardo. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:36 UTC
  • Fri 24 Jul, 00:30 UTCBotafogo-SP42Juventude
  • Thu 23 Jul, 23:30 UTCCuiabá01Atlético Goianiense
  • Thu 23 Jul, 22:30 UTCAthletic Club21São Bernardo
  • Thu 23 Jul, 00:30 UTCNáutico21Londrina
  • Wed 22 Jul, 23:30 UTCGoiás11Sport Recife
  • Wed 22 Jul, 22:30 UTCCeará01CRB
  • Wed 22 Jul, 22:30 UTCOperário-PR32Ponte Preta
  • Wed 22 Jul, 00:35 UTCVila Nova FC21Fortaleza
  • Tue 21 Jul, 22:30 UTCAvaí21América Mineiro
  • Tue 21 Jul, 22:30 UTCNovorizontino01Criciúma
  • Sat 18 Jul, 21:00 UTCAtlético Goianiense00Athletic Club
  • Sat 18 Jul, 19:00 UTCSport Recife22Operário-PR
  • Sat 18 Jul, 19:00 UTCCriciúma20Vila Nova FC
  • Sat 18 Jul, 19:00 UTCPonte Preta12Goiás
  • Sat 18 Jul, 00:00 UTCFortaleza10Novorizontino
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": 19,
      "status": "finished",
      "utc_date": "2026-07-24T00:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Botafogo-SP"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Juventude"
      },
      "score": {
        "home": 4,
        "away": 2
      }
    }
  ]
}

Frequently Asked Questions

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

Botafogo-SP 4-2 Juventude on Friday 24 July.

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.