Ligue 1 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

Teams Object

FieldTypeDescription
Namestring
Playersarray
Idstring

Example Response

{
  "League": "FRAN",
  "Season": 2025,
  "Week": 34,
  "Teams": [
    {
      "Name": "Lille",
      "Players": [{"FirstName": "Matias","LastName": "Fernandez-Pardo","Position": "F/M","Projections": {"Minutes": 95,"Goals": 0.66,"Assists": 0.18},"Id": "44143"}],
      "Id": "43"
    }
  ]
}
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