EUROPE · FIXTURES

3. Liga Fixtures

Next 3. Liga fixtures: TSV Havelse v VfB Stuttgart II U21 (Saturday 8 August), FC Viktoria Köln v SSV Jahn Regensburg (Saturday 8 August), SV Wehen Wiesbaden v Preußen Münster (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
  • Sat 08 Aug, 12:00 UTCTSV HavelsevVfB Stuttgart II U21
  • Sat 08 Aug, 12:00 UTCFC Viktoria KölnvSSV Jahn Regensburg
  • Sat 08 Aug, 12:00 UTCSV Wehen WiesbadenvPreußen Münster
  • Sat 08 Aug, 12:00 UTCMSV DuisburgvSV Meppen
  • Sat 08 Aug, 12:00 UTCFC Ingolstadt 04vFC Würzburger Kickers
Get this via API

Get 3. Liga fixtures via API

Fetch upcoming 3. Liga matches with competition_id=comp_2837.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_2837&season_id=sn_9629107&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_2837",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-08-08T12:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "TSV Havelse"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "VfB Stuttgart II U21"
      }
    }
  ]
}

Frequently Asked Questions

When is the next 3. Liga match?

TSV Havelse play VfB Stuttgart II U21 on Saturday 8 August.

How do I get 3. Liga fixtures via API?

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

Get 3. Liga data via API

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