EPL Score API Documentation
Connect to the premier football data hub with ultra-low latency. Access comprehensive data including live scores, starting lineups, and head-to-head statistics for the English Premier League.
01 Authentication
All API requests must include the `X-API-KEY` header. You can register for a free or premium key to increase your rate limits.
curl -X GET "https://epllivescore.com/api/matches" \
-H "X-API-KEY: YOUR_API_KEY"
-H "X-API-KEY: YOUR_API_KEY"
Main Endpoints
GET
/api/matches
Fetch a list of matches filtered by season and match week.
Query Parameters
Optional
season
The league season (e.g., 2025)
week
The match week (1-38)
GET
/api/standings
Retrieve current league standings and team statistics.
GET
/api/live
Get data for currently ongoing matches in real-time.