Eredivisie Football Data API
The top tier of Dutch football featuring Ajax, PSV Eindhoven, and Feyenoord. Famous for developing talent and the Total Football philosophy.
What data is available for Eredivisie
Sample API call for Eredivisie
// Fetch Eredivisie matches
const response = await fetch(
'https://api.thestatsapi.com/api/football/matches?competition_id=10',
{
headers: {
'Authorization': 'Bearer YOUR_API_KEY'
}
}
);
const data = await response.json();
console.log(data);Use competition_id=10 for Eredivisie in all endpoint requests.
TheStatsAPI provides Eredivisie data including match results, player statistics, and historical records across 28 seasons. Access comprehensive Eredivisie 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 Eredivisie?
Yes. TheStatsAPI provides full coverage of Eredivisie including match fixtures, results, player statistics, team data, and historical records across 28 seasons.
How many seasons of Eredivisie data are available?
TheStatsAPI has 28 seasons of Eredivisie data, going back to the 1998 season. This includes match results, player stats, and team performance data.
Can I get player stats for Eredivisie?
Yes. Player statistics for Eredivisie include goals, assists, appearances, minutes played, yellow cards, red cards, and shots. Available for all players across all 28 seasons.
Access Eredivisie Data & 1,195 Other Competitions
Start your 7-day free trial. All endpoints included on every plan.