SOUTH AMERICA · FIXTURES

Brasileirão Série A Fixtures

Next Brasileirão Série A fixtures: Cruzeiro v Botafogo (Sunday 26 July), Bahia v Corinthians (Sunday 26 July), Flamengo v São Paulo (Sunday 26 July). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:36 UTC
  • Sun 26 Jul, 19:00 UTCCruzeirovBotafogo
  • Sun 26 Jul, 19:00 UTCBahiavCorinthians
  • Sun 26 Jul, 21:30 UTCFlamengovSão Paulo
  • Sun 26 Jul, 21:30 UTCRed Bull BragantinovCoritiba
  • Sun 26 Jul, 21:30 UTCGrêmiovFluminense
  • Sun 26 Jul, 22:30 UTCRemovVitória
  • Sun 26 Jul, 22:30 UTCPalmeirasvAtlético Mineiro
  • Wed 29 Jul, 18:00 UTCChapecoensevVasco da Gama
  • Wed 29 Jul, 18:00 UTCSão PaulovSantos
  • Wed 29 Jul, 18:00 UTCBotafogovGrêmio
  • Wed 29 Jul, 18:00 UTCAtlético MineirovRed Bull Bragantino
  • Wed 29 Jul, 22:30 UTCInternacionalvFlamengo
  • Wed 29 Jul, 22:30 UTCMirassolvRemo
  • Thu 30 Jul, 00:30 UTCVitóriavPalmeiras
  • Thu 30 Jul, 00:30 UTCFluminensevBahia
Get this via API

Get Brasileirão Série A fixtures via API

Fetch upcoming Brasileirão Série A matches with competition_id=comp_4795.

GET /football/matches?competition_id=comp_4795&status=scheduled

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_4795&season_id=sn_8459352&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_4795",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-07-26T19:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Cruzeiro"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Botafogo"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Brasileirão Série A match?

Cruzeiro play Botafogo on Sunday 26 July.

How do I get Brasileirão Série A fixtures via API?

Call the matches endpoint with competition_id=comp_4795 and status=scheduled. 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.