SOUTH AMERICA · RESULTS
Brasileirão Série A Results
Latest Brasileirão Série A results: Vitória 1-0 Grêmio, Corinthians 1-2 Chapecoense, Botafogo 0-0 Palmeiras. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 2026·Updated 09 Sept 2026, 06:22 UTC
- Mon 07 Sept, 23:00 UTCVitória1–0Grêmio
- Sun 06 Sept, 22:30 UTCCorinthians1–2Chapecoense
- Sun 06 Sept, 21:30 UTCBotafogo0–0Palmeiras
- Sun 06 Sept, 19:00 UTCRemo0–1Flamengo
- Sun 06 Sept, 19:00 UTCInternacional2–3Santos
- Sun 06 Sept, 19:00 UTCCruzeiro3–1Athletico
- Sun 06 Sept, 14:00 UTCCoritiba1–2Mirassol
- Sun 06 Sept, 00:00 UTCFluminense1–0Vasco da Gama
- Sat 05 Sept, 21:30 UTCSão Paulo2–0Atlético Mineiro
- Sat 05 Sept, 19:00 UTCRed Bull Bragantino2–3Bahia
- Wed 02 Sept, 22:30 UTCFlamengo2–0Mirassol
- Mon 31 Aug, 23:00 UTCRemo2–3Coritiba
- Sun 30 Aug, 22:30 UTCBahia3–2Internacional
- Sun 30 Aug, 21:30 UTCGrêmio3–1Chapecoense
- Sun 30 Aug, 21:30 UTCMirassol1–1Palmeiras
Get this via API
Get Brasileirão Série A results via API
Fetch the latest final Brasileirão Série A scores with competition_id=comp_4795.
GET /football/matches?competition_id=comp_4795&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_4795&season_id=sn_8459352&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_4795",
"matchday": 26,
"status": "finished",
"utc_date": "2026-09-07T23:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Vitória"
},
"away_team": {
"id": "tm_yyyy",
"name": "Grêmio"
},
"score": {
"home": 1,
"away": 0
}
}
]
}Frequently Asked Questions
What was the latest Brasileirão Série A result?
Vitória 1-0 Grêmio on Monday 7 September.
How do I get Brasileirão Série A results via API?
Call the matches endpoint with competition_id=comp_4795 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 A data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.