LEAGUE_DATA

Ligue 1 Football Data API

France's premier football league featuring Paris Saint-Germain, Olympique Marseille, and AS Monaco. A breeding ground for world-class talent.

28
Seasons
18
Teams
France
Country
5
Competition ID
Available on all plans

What data is available for Ligue 1

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

Sample API call for Ligue 1

JavaScript
// Fetch Ligue 1 matches
const response = await fetch(
  'https://api.thestatsapi.com/api/football/matches?competition_id=5',
  {
    headers: {
      'Authorization': 'Bearer YOUR_API_KEY'
    }
  }
);

const data = await response.json();
console.log(data);

Use competition_id=5 for Ligue 1 in all endpoint requests.

TheStatsAPI provides Ligue 1 data including match results, player statistics, and historical records across 28 seasons. Access comprehensive Ligue 1 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 Ligue 1?

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

How many seasons of Ligue 1 data are available?

TheStatsAPI has 28 seasons of Ligue 1 data, going back to the 1998 season. This includes match results, player stats, and team performance data.

Can I get player stats for Ligue 1?

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

Start building today

Access Ligue 1 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