Serie A Weekly Projections

Weekly Serie A player projections covering all matches in the current gameweek.

Attributes

Top-Level Fields

FieldTypeDescription
Leaguestring
Weekinteger
Seasoninteger
Teamsarray

Teams Object

FieldTypeDescription
Namestring
Playersarray
Idstring

Players Object

FieldTypeDescription
FirstNamestring
LastNamestring
Positionstring
Projectionsobject
Idstring

Example Response

{
  "League": "SERI",
  "Week": 37,
  "Season": 2025,
  "Teams": [
    {
      "Name": "AC Milan",
      "Players": [{"FirstName": "Christopher","LastName": "Nkunku","Position": "F/M","Projections": {"Minutes": 95,"Goals": 0.49,"Assists": 0.15,"Shots": 1.74},"Id": "20544"}],
      "Id": "97"
    }
  ]
}
Query Params
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