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 UTCInternacional11Remo
  • Sun 16 Aug, 22:30 UTCCorinthians12Cruzeiro
  • Sun 16 Aug, 21:30 UTCVitória10Botafogo
  • Sun 16 Aug, 21:30 UTCMirassol15Flamengo
  • Sun 16 Aug, 19:00 UTCAtlético Mineiro30Grêmio
  • Sun 16 Aug, 19:00 UTCVasco da Gama03Santos
  • Sun 16 Aug, 14:00 UTCChapecoense33Bahia
  • Sun 16 Aug, 00:00 UTCSão Paulo11Coritiba
  • Sat 15 Aug, 21:30 UTCAthletico11Red Bull Bragantino
  • Sat 15 Aug, 19:30 UTCFluminense32Palmeiras
  • Sun 09 Aug, 22:30 UTCFlamengo20Vitória
  • Sun 09 Aug, 21:30 UTCSantos02Athletico
  • Sun 09 Aug, 21:30 UTCRed Bull Bragantino02Corinthians
  • Sun 09 Aug, 19:00 UTCPalmeiras00Internacional
  • Sun 09 Aug, 19:00 UTCBahia00Vasco 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.