SOUTH AMERICA · RESULTS
Brasileirão Série A Results
Latest Brasileirão Série A results: Internacional 1-1 Remo, Corinthians 1-2 Cruzeiro, Vitória 1-0 Botafogo. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 2026·Updated 18 Aug 2026, 19:30 UTC
- Mon 17 Aug, 23:00 UTCInternacional1–1Remo
- Sun 16 Aug, 22:30 UTCCorinthians1–2Cruzeiro
- Sun 16 Aug, 21:30 UTCVitória1–0Botafogo
- Sun 16 Aug, 21:30 UTCMirassol1–5Flamengo
- Sun 16 Aug, 19:00 UTCAtlético Mineiro3–0Grêmio
- Sun 16 Aug, 19:00 UTCVasco da Gama0–3Santos
- Sun 16 Aug, 14:00 UTCChapecoense3–3Bahia
- Sun 16 Aug, 00:00 UTCSão Paulo1–1Coritiba
- Sat 15 Aug, 21:30 UTCAthletico1–1Red Bull Bragantino
- Sat 15 Aug, 19:30 UTCFluminense3–2Palmeiras
- Sun 09 Aug, 22:30 UTCFlamengo2–0Vitória
- Sun 09 Aug, 21:30 UTCSantos0–2Athletico
- Sun 09 Aug, 21:30 UTCRed Bull Bragantino0–2Corinthians
- Sun 09 Aug, 19:00 UTCPalmeiras0–0Internacional
- Sun 09 Aug, 19:00 UTCBahia0–0Vasco da Gama
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": 23,
"status": "finished",
"utc_date": "2026-08-17T23:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Internacional"
},
"away_team": {
"id": "tm_yyyy",
"name": "Remo"
},
"score": {
"home": 1,
"away": 1
}
}
]
}Frequently Asked Questions
What was the latest Brasileirão Série A result?
Internacional 1-1 Remo on Monday 17 August.
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.