EPL Rest of Season Projections

Query Parameters

ParameterTypeRequiredDescription
datestringNoThe date from which to calculate rest-of-season projections. Format YYYY-MM-DD. Defaults to today.

Attributes

Top-Level Fields

FieldTypeDescription
Leaguestring
Seasoninteger
Weekinteger
Teamsarray

Example Response

{
  "League": "EPL",
  "Season": 2025,
  "Week": 37,
  "Teams": [
    {
      "Name": "Arsenal",
      "Players": [{"FirstName": "Viktor", "LastName": "Gyokeres", "Position": "F", "Projections": {"Minutes": 190, "Goals": 1.57, "Assists": 0.26}, "Id": "26991"}],
      "Id": "1"
    }
  ]
}
Query Params
date

The date from which to calculate rest-of-season projections. Format YYYY-MM-DD. Defaults to today.

string
enum
required
Defaults to json

Response format. Always json.

Allowed:
Response

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json