UCL Weekly Projections

Weekly UEFA Champions League player projections covering all matches in the current round.

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": "UCL",
  "Week": 17,
  "Season": 2025,
  "Teams": [
    {
      "Name": "Arsenal",
      "Players": [{"FirstName": "Viktor","LastName": "Gyokeres","Position": "F","Projections": {"Minutes": 95,"Goals": 0.49,"Assists": 0.19,"Shots": 3.08},"Id": "26991"}],
      "Id": "1"
    }
  ]
}
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