SOUTH AMERICA · FIXTURES

Brasileirão Série A Fixtures

Next Brasileirão Série A fixtures: Coritiba v Athletico (Saturday 12 September), Grêmio v Vasco da Gama (Saturday 12 September), Atlético Mineiro v Fluminense (Saturday 12 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 06:32 UTC
  • Sat 12 Sept, 00:00 UTCCoritibavAthletico
  • Sat 12 Sept, 19:00 UTCGrêmiovVasco da Gama
  • Sat 12 Sept, 19:00 UTCAtlético MineirovFluminense
  • Sat 12 Sept, 20:00 UTCChapecoensevInternacional
  • Sat 12 Sept, 21:30 UTCPalmeirasvSão Paulo
  • Sat 12 Sept, 23:30 UTCBotafogovRed Bull Bragantino
  • Sun 13 Sept, 00:00 UTCSantosvCruzeiro
  • Sun 13 Sept, 19:00 UTCMirassolvVitória
  • Sun 13 Sept, 20:30 UTCFlamengovCorinthians
  • Mon 14 Sept, 23:00 UTCBahiavRemo
  • Sat 19 Sept, 19:00 UTCAtlético MineirovChapecoense
  • Sat 19 Sept, 20:00 UTCMirassolvBotafogo
  • Sat 19 Sept, 21:30 UTCRemovSantos
  • Sat 19 Sept, 23:30 UTCVasco da GamavCoritiba
  • Sun 20 Sept, 00:00 UTCSão PaulovInternacional
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-09-12T00:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Coritiba"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Athletico"
      }
    }
  ]
}

Frequently Asked Questions

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

Coritiba play Athletico on Saturday 12 September.

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.