SOUTH AMERICA · RESULTS

Brasileirão Série A Results

Latest Brasileirão Série A results: Vasco da Gama 1-1 Mirassol, Santos 2-2 Chapecoense, Athletico 2-0 Internacional. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:36 UTC
  • Sat 25 Jul, 23:30 UTCVasco da Gama11Mirassol
  • Sat 25 Jul, 21:30 UTCSantos22Chapecoense
  • Sat 25 Jul, 21:30 UTCAthletico20Internacional
  • Thu 23 Jul, 22:30 UTCBotafogo00Vitória
  • Thu 23 Jul, 22:30 UTCCorinthians30Remo
  • Thu 23 Jul, 00:30 UTCChapecoense04Flamengo
  • Thu 23 Jul, 00:30 UTCInternacional12Cruzeiro
  • Thu 23 Jul, 00:30 UTCSão Paulo12Athletico
  • Wed 22 Jul, 22:30 UTCCoritiba13Palmeiras
  • Tue 21 Jul, 22:30 UTCAtlético Mineiro11Bahia
  • Fri 17 Jul, 23:00 UTCMirassol21Grêmio
  • Fri 17 Jul, 23:00 UTCFluminense11Red Bull Bragantino
  • Fri 17 Jul, 22:30 UTCBahia20Chapecoense
  • Thu 16 Jul, 22:30 UTCVitória10Vasco da Gama
  • Thu 16 Jul, 22:30 UTCBotafogo21Santos
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": 20,
      "status": "finished",
      "utc_date": "2026-07-25T23:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Vasco da Gama"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Mirassol"
      },
      "score": {
        "home": 1,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Brasileirão Série A result?

Vasco da Gama 1-1 Mirassol on Saturday 25 July.

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.