Hello, I am looking for an API that will feed me soccer stats from leagues like the EPL, Bundesliga, Serie A, and La Liga such as personal player information (name, height, weight, dob, etc.), player statistics (goals, assists, minutes played), as well as results from games.

If anyone knows of a service (maybe even sites like premierleague.com have API's that aren't being advertised) I would be interested.

Dani AI

Generated

Short update built on the original thread for and following up on suggestions from , , and . Since 2010 several purpose-built football APIs appeared (and matured), so aside from RSS scraping you now have dedicated, documented feeds that return fixtures, lineups, player profiles and match stats suitable for production or research.

Good modern options to evaluate: football-data.org — developer-friendly, free tier for top competitions; API‑Football — broad global coverage and player/profile endpoints; Sportmonks — deep coverage and add-ons (odds, predictions) for paid plans; StatsBomb Open Data — free event-level datasets for analytics (limited competitions). Each provider has different coverage, rate limits and data depth, so match the endpoint list to your needs (player personal info, per‑match events, or aggregated stats). (football-data.org)

Practical notes: check the exact player endpoints for DOB/height/weight before committing (not every API returns full personal details). Prototype on free tiers, cache responses, and respect rate limits and licensing for public redistribution; for Bundesliga-only or community projects consider OpenLigaDB for simple, unauthenticated access. For production-grade, rights-backed feeds (images, full-match event coverage) look at enterprise vendors. (football-data.org)

Recommended Answers

All 4 Replies

Not sure if you need an api for that.Search for sites that have statistical postings and an RSS feed and insert the RSS into your reader or site.Many blog formats have built in RSS capability or in case of Word Press there are also RSS plug-ins with widgets.In most Word Press blogs ,simply adding the RSS feed address into a sidebar text widget will give you what you want.There are even plug-ins available to add a widget inside a page or post so that you can increase it's size to match the blog body.

Failing to specify language of the project only suggestion is Google -> football results web service

I know this is an old thread, but when I was looking at potential API-services I "stumbled" upon www.xmlsoccer.com which have a nice selection of leagues for a very low price. You are allowed to use one league for free for development purposes, which means that I could develop my website (football prediction) for free without any costs until I was ready to deploy.

Try fantasysportnet - data (http://fantasysportnet.com/data/home.jsp)

They cover the major European football leagues … EPL, Bundesliga, Spanish league, Serie A, and provide stats through a simple API.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.