EUROPE · FIXTURES

2. Bundesliga Fixtures

Next 2. Bundesliga fixtures: VfL Bochum 1848 v Hertha BSC (Friday 7 August), Karlsruher SC v Arminia Bielefeld (Saturday 8 August), 1. FC Magdeburg v Eintracht Braunschweig (Saturday 8 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 26 Jul 2026, 03:35 UTC
  • Fri 07 Aug, 18:30 UTCVfL Bochum 1848vHertha BSC
  • Sat 08 Aug, 11:00 UTCKarlsruher SCvArminia Bielefeld
  • Sat 08 Aug, 11:00 UTC1. FC MagdeburgvEintracht Braunschweig
  • Sat 08 Aug, 11:00 UTCDarmstadt 98vHolstein Kiel
  • Sat 08 Aug, 11:00 UTC1. FC HeidenheimvVfL Osnabrück
Get this via API

Get 2. Bundesliga fixtures via API

Fetch upcoming 2. Bundesliga matches with competition_id=comp_0406.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_0406&season_id=sn_6190936&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_0406",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-08-07T18:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "VfL Bochum 1848"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Hertha BSC"
      }
    }
  ]
}

Frequently Asked Questions

When is the next 2. Bundesliga match?

VfL Bochum 1848 play Hertha BSC on Friday 7 August.

How do I get 2. Bundesliga fixtures via API?

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

Get 2. Bundesliga data via API

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