Bundesliga 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": "BUND",
  "Season": 2025,
  "Week": 34,
  "Teams": [
    {
      "Name": "1899 Hoffenheim",
      "Players": [{"FirstName": "Fisnik","LastName": "Asllani","Position": "F","Projections": {"Minutes": 95,"Goals": 0.49,"Assists": 0.15},"Id": "36042"}],
      "Id": "22"
    }
  ]
}
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