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 UTCCRB0–0Novorizontino
- Sun 16 Aug, 21:30 UTCAmérica Mineiro1–3Athletic Club
- Sun 16 Aug, 14:00 UTCOperário-PR1–2Avaí
- Sat 15 Aug, 21:30 UTCJuventude0–0Fortaleza
- Sat 15 Aug, 19:00 UTCCriciúma1–0Goiás
- Sat 15 Aug, 19:00 UTCAtlético Goianiense0–2Vila Nova FC
- Sat 15 Aug, 19:00 UTCCeará1–3Cuiabá
- Fri 14 Aug, 23:30 UTCSport Recife2–1Londrina
- Fri 14 Aug, 22:30 UTCSão Bernardo0–1Botafogo-SP
- Fri 14 Aug, 22:30 UTCPonte Preta1–1Náutico
- Tue 11 Aug, 22:30 UTCAvaí0–1CRB
- Mon 10 Aug, 22:30 UTCGoiás1–0Londrina
- Sun 09 Aug, 21:00 UTCCuiabá1–1Fortaleza
- Sun 09 Aug, 19:00 UTCNáutico1–1Atlético Goianiense
- Sun 09 Aug, 19:00 UTCNovorizontino0–1Juventude
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.