MLS Weekly Projections

Weekly MLS 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": "MLS",
  "Week": 14,
  "Season": 2026,
  "Teams": [
    {
      "Name": "New York Red Bulls",
      "Players": [{"FirstName": "Cade","LastName": "Cowell","Position": "F/M","Projections": {"Minutes": 95,"Goals": 0.45,"Assists": 0.09,"Shots": 1.7},"Id": "27238"}],
      "Id": "117"
    }
  ]
}
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