LEAGUE_DATA

    Bundesliga Football Data API

    Germany's top football league featuring Bayern Munich, Borussia Dortmund, and Bayer Leverkusen. Known for high attendance and developing young talent.

    30
    Seasons
    18
    Teams
    Germany
    Country
    3
    Competition ID
    Available on all plans

    What data is available for Bundesliga

    Match fixtures and results
    Player statistics (goals, assists, appearances, cards, minutes)
    Team season stats
    Historical data back to 1996
    Match events (goals, cards, substitutions)
    Team squads and player profiles

    Sample API call for Bundesliga

    JavaScript
    // Fetch Bundesliga matches
    const response = await fetch(
      'https://api.thestatsapi.com/api/football/matches?competition_id=3',
      {
        headers: {
          'Authorization': 'Bearer YOUR_API_KEY'
        }
      }
    );
    
    const data = await response.json();
    console.log(data);

    Use competition_id=3 for Bundesliga in all endpoint requests.

    TheStatsAPI provides Bundesliga data including match results, player statistics, and historical records across 30 seasons. Access comprehensive Bundesliga data alongside 1,195 other competitions through a single REST API, with plans starting at $50/month and a 7-day free trial.

    Frequently Asked Questions

    Does TheStatsAPI cover Bundesliga?

    Yes. TheStatsAPI provides full coverage of Bundesliga including match fixtures, results, player statistics, team data, and historical records across 30 seasons.

    How many seasons of Bundesliga data are available?

    TheStatsAPI has 30 seasons of Bundesliga data, going back to the 1996 season. This includes match results, player stats, and team performance data.

    Can I get player stats for Bundesliga?

    Yes. Player statistics for Bundesliga include goals, assists, appearances, minutes played, yellow cards, red cards, and shots. Available for all players across all 30 seasons.

    Start building today

    Access Bundesliga Data & 1,195 Other Competitions

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

    Cancel anytime
    7-day free trial
    Setup in 5 minutes