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ória10Grêmio
  • Sun 06 Sept, 22:30 UTCCorinthians12Chapecoense
  • Sun 06 Sept, 21:30 UTCBotafogo00Palmeiras
  • Sun 06 Sept, 19:00 UTCRemo01Flamengo
  • Sun 06 Sept, 19:00 UTCInternacional23Santos
  • Sun 06 Sept, 19:00 UTCCruzeiro31Athletico
  • Sun 06 Sept, 14:00 UTCCoritiba12Mirassol
  • Sun 06 Sept, 00:00 UTCFluminense10Vasco da Gama
  • Sat 05 Sept, 21:30 UTCSão Paulo20Atlético Mineiro
  • Sat 05 Sept, 19:00 UTCRed Bull Bragantino23Bahia
  • Wed 02 Sept, 22:30 UTCFlamengo20Mirassol
  • Mon 31 Aug, 23:00 UTCRemo23Coritiba
  • Sun 30 Aug, 22:30 UTCBahia32Internacional
  • Sun 30 Aug, 21:30 UTCGrêmio31Chapecoense
  • Sun 30 Aug, 21:30 UTCMirassol11Palmeiras
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.