EUROPE · FIXTURES

Bundesliga Fixtures

Next Bundesliga fixtures: 1. FC Union Berlin v FC Schalke 04 (Friday 11 September), SC Freiburg v Borussia M'gladbach (Saturday 12 September), Borussia Dortmund v SC Paderborn 07 (Saturday 12 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 05:21 UTC
  • Fri 11 Sept, 18:30 UTC1. FC Union BerlinvFC Schalke 04
  • Sat 12 Sept, 13:30 UTCSC FreiburgvBorussia M'gladbach
  • Sat 12 Sept, 13:30 UTCBorussia DortmundvSC Paderborn 07
  • Sat 12 Sept, 13:30 UTCTSG HoffenheimvVfB Stuttgart
  • Sat 12 Sept, 13:30 UTCFC AugsburgvBayer 04 Leverkusen
  • Sat 12 Sept, 13:30 UTC1. FSV Mainz 05vEintracht Frankfurt
  • Sat 12 Sept, 16:30 UTC1. FC KölnvSV Werder Bremen
  • Sun 13 Sept, 13:30 UTCRB LeipzigvHamburger SV
  • Sun 13 Sept, 15:30 UTCSV 07 ElversbergvFC Bayern München
  • Fri 18 Sept, 18:30 UTCFC Bayern Münchenv1. FC Union Berlin
  • Sat 19 Sept, 13:30 UTCSV Werder BremenvFC Augsburg
  • Sat 19 Sept, 13:30 UTCHamburger SVv1. FC Köln
  • Sat 19 Sept, 13:30 UTCBorussia M'gladbachv1. FSV Mainz 05
  • Sat 19 Sept, 13:30 UTCEintracht FrankfurtvSC Freiburg
  • Sat 19 Sept, 16:30 UTCVfB StuttgartvBorussia Dortmund
Get this via API

Get Bundesliga fixtures via API

Fetch upcoming Bundesliga matches with competition_id=comp_4643.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_4643&season_id=sn_0835912&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_4643",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-09-11T18:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "1. FC Union Berlin"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "FC Schalke 04"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Bundesliga match?

1. FC Union Berlin play FC Schalke 04 on Friday 11 September.

How do I get Bundesliga fixtures via API?

Call the matches endpoint with competition_id=comp_4643 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Bundesliga data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.