EUROPE · FIXTURES

3. Liga Fixtures

Next 3. Liga fixtures: FC Würzburger Kickers v Alemannia Aachen (Tuesday 15 September), SG Sonnenhof Großaspach v SC Verl (Tuesday 15 September), SV Meppen v FC Viktoria Köln (Tuesday 15 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 06:41 UTC
  • Tue 15 Sept, 17:00 UTCFC Würzburger KickersvAlemannia Aachen
  • Tue 15 Sept, 17:00 UTCSG Sonnenhof GroßaspachvSC Verl
  • Tue 15 Sept, 17:00 UTCSV MeppenvFC Viktoria Köln
  • Tue 15 Sept, 17:00 UTCSSV Jahn RegensburgvFortuna Düsseldorf
  • Tue 15 Sept, 17:00 UTCMSV DuisburgvTSV Havelse
  • Wed 16 Sept, 17:00 UTCSC Fortuna KölnvSV Wehen Wiesbaden
  • Wed 16 Sept, 17:00 UTCSV Waldhof MannheimvRot-Weiss Essen
  • Wed 16 Sept, 17:00 UTCF.C. Hansa RostockvVfB Stuttgart II U21
  • Wed 16 Sept, 17:00 UTCPreußen Münsterv1. FC Saarbrücken
  • Wed 16 Sept, 17:00 UTCFC Ingolstadt 04vTSG Hoffenheim II U23
  • Fri 18 Sept, 17:00 UTCSC VerlvFC Würzburger Kickers
  • Sat 19 Sept, 12:00 UTCTSG Hoffenheim II U23vSV Meppen
  • Sat 19 Sept, 12:00 UTCTSV HavelsevSC Fortuna Köln
  • Sat 19 Sept, 12:00 UTCVfB Stuttgart II U21vSSV Jahn Regensburg
  • Sat 19 Sept, 12:00 UTCFC Viktoria KölnvFC Ingolstadt 04
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-09-15T17:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "FC Würzburger Kickers"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Alemannia Aachen"
      }
    }
  ]
}

Frequently Asked Questions

When is the next 3. Liga match?

FC Würzburger Kickers play Alemannia Aachen on Tuesday 15 September.

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.