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 Preta0–2São Bernardo
- Sun 06 Sept, 14:00 UTCLondrina1–2Operário-PR
- Sat 05 Sept, 21:30 UTCCeará2–1Sport Recife
- Sat 05 Sept, 21:00 UTCJuventude2–2Atlético Goianiense
- Sat 05 Sept, 19:00 UTCGoiás0–1Fortaleza
- Sat 05 Sept, 19:00 UTCNovorizontino3–1Avaí
- Sat 05 Sept, 00:30 UTCCRB3–1América Mineiro
- Fri 04 Sept, 23:30 UTCAthletic Club5–0Vila Nova FC
- Fri 04 Sept, 22:30 UTCCriciúma2–0Cuiabá
- Thu 03 Sept, 23:00 UTCNáutico1–0Botafogo-SP
- Tue 01 Sept, 22:30 UTCLondrina0–0Juventude
- Mon 31 Aug, 22:30 UTCFortaleza1–1Operário-PR
- Sun 30 Aug, 21:30 UTCVila Nova FC2–0Ceará
- Sun 30 Aug, 21:00 UTCCRB2–1Criciúma
- Sun 30 Aug, 19:00 UTCAvaí0–1Atlé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.