EUROPE · RESULTS

Bundesliga Results

Latest Bundesliga results: SC Paderborn 07 1-1 VfL Wolfsburg, VfL Wolfsburg 0-0 SC Paderborn 07, FC St. Pauli 1-3 VfL Wolfsburg. Full results with goals, dates and match ids for joining stats and odds are below.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:36 UTC
  • Mon 25 May, 18:30 UTCSC Paderborn 0711VfL Wolfsburg
  • Thu 21 May, 18:30 UTCVfL Wolfsburg00SC Paderborn 07
  • Sat 16 May, 13:30 UTCFC St. Pauli13VfL Wolfsburg
  • Sat 16 May, 13:30 UTC1. FC Heidenheim021. FSV Mainz 05
  • Sat 16 May, 13:30 UTCSV Werder Bremen02Borussia Dortmund
  • Sat 16 May, 13:30 UTCEintracht Frankfurt22VfB Stuttgart
  • Sat 16 May, 13:30 UTCBorussia M'gladbach40TSG Hoffenheim
  • Sat 16 May, 13:30 UTC1. FC Union Berlin40FC Augsburg
  • Sat 16 May, 13:30 UTCBayer 04 Leverkusen11Hamburger SV
  • Sat 16 May, 13:30 UTCFC Bayern München511. FC Köln
  • Sat 16 May, 13:30 UTCSC Freiburg41RB Leipzig
  • Sun 10 May, 17:30 UTC1. FSV Mainz 05131. FC Union Berlin
  • Sun 10 May, 15:30 UTC1. FC Köln131. FC Heidenheim
  • Sun 10 May, 13:30 UTCHamburger SV32SC Freiburg
  • Sat 09 May, 16:30 UTCVfL Wolfsburg01FC Bayern München
Get this via API

Get Bundesliga results via API

Fetch the latest final Bundesliga scores with competition_id=comp_4643.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_4643&season_id=sn_5789634&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_4643",
      "matchday": 29,
      "status": "finished",
      "utc_date": "2026-05-25T18:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "SC Paderborn 07"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "VfL Wolfsburg"
      },
      "score": {
        "home": 1,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Bundesliga result?

SC Paderborn 07 1-1 VfL Wolfsburg on Monday 25 May.

How do I get Bundesliga results via API?

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