MLS 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": "MLS",
  "Season": 2026,
  "Week": 14,
  "Teams": [
    {
      "Name": "New York Red Bulls",
      "Players": [{"FirstName": "Julian","LastName": "Hall","Position": "F/M","Projections": {"Minutes": 1995,"Goals": 5.8,"Assists": 1.24},"Id": "40735"}],
      "Id": "117"
    }
  ]
}
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