Football fixtures API
Browse a stored league schedule, filter by date or status, and paginate results.
GET /get/soccer/eng.1/fixtures?status=allFree and open-source football data
Build football websites and apps with documented JSON endpoints, no API key and expanding verified league coverage.
Open-source JSON REST API
Build football apps with a free, database-backed API covering 18 verified competitions. No API key is currently required for public read endpoints.
Browse a stored league schedule, filter by date or status, and paginate results.
GET /get/soccer/eng.1/fixtures?status=allRead fixtures, in-progress match status, scores and available statistics for a date.
GET /get/soccer/eng.1/scoreboard?dates=20260822Retrieve the latest verified table or competition groups for a league and season.
GET /get/soccer/esp.1/standings?season=2026Read stored match summaries and paginated play-by-play, including goals, cards and substitutions when available.
GET /get/soccer/esp.1/events/{eventId}/playsPublic requests read MongoDB and never call an upstream football provider during the customer request.
A separate listener refreshes scores and match events. API metadata exposes collection coverage and the latest successful synchronization.
Public endpoints use configurable rate limits to keep the free service available. Clients should cache responses and avoid unnecessary polling.
Its fixtures, results and standings will appear here.
—
Loading fixtures…
No matches are stored for these filters.
Loading standings…
Standings have not been stored for this league yet.
Powered by documented services
Leagues, fixtures, standings, summaries and play-by-play are read from MongoDB. The browser never calls an upstream provider directly.