EUROPE · RESULTS

Bundesliga Results

Latest Bundesliga results: Eintracht Frankfurt 1-4 FC Augsburg, Hamburger SV 0-5 1. FSV Mainz 05, FC Schalke 04 0-0 FC Bayern München. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 00:17 UTC
  • Sun 06 Sept, 15:30 UTCEintracht Frankfurt14FC Augsburg
  • Sun 06 Sept, 13:30 UTCHamburger SV051. FSV Mainz 05
  • Sat 05 Sept, 16:30 UTCFC Schalke 0400FC Bayern München
  • Sat 05 Sept, 13:30 UTCSV Werder Bremen31RB Leipzig
  • Sat 05 Sept, 13:30 UTCBayer 04 Leverkusen401. FC Union Berlin
  • Sat 05 Sept, 13:30 UTCBorussia M'gladbach34SV 07 Elversberg
  • Sat 05 Sept, 13:30 UTCSC Paderborn 0701SC Freiburg
  • Sat 05 Sept, 13:30 UTCTSG Hoffenheim23Borussia Dortmund
  • Fri 04 Sept, 18:30 UTCVfB Stuttgart411. FC Köln
  • Sun 30 Aug, 15:30 UTCFC Augsburg30FC Schalke 04
  • Sun 30 Aug, 13:30 UTCSC Freiburg41SV Werder Bremen
  • Sat 29 Aug, 16:30 UTCBorussia Dortmund20Hamburger SV
  • Sat 29 Aug, 13:30 UTC1. FSV Mainz 0500SC Paderborn 07
  • Sat 29 Aug, 13:30 UTC1. FC Union Berlin33Eintracht Frankfurt
  • Sat 29 Aug, 13:30 UTCRB Leipzig30Borussia M'gladbach
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_0835912&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_4643",
      "matchday": 2,
      "status": "finished",
      "utc_date": "2026-09-06T15:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Eintracht Frankfurt"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "FC Augsburg"
      },
      "score": {
        "home": 1,
        "away": 4
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Bundesliga result?

Eintracht Frankfurt 1-4 FC Augsburg on Sunday 6 September.

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.