Player Projections Season
Returns remaining-season aggregates of the stored upcoming-match player projections. Run a full projection refresh before relying on this endpoint for a complete season total.
Use cases
Get a season's player projections: https://football.sportmicro.com/player-projections-season?season_id=eq.{season_id}
Get one player's remaining-season projection: https://football.sportmicro.com/player-projections-season?player_id=eq.{player_id}
Query Parameters
- player_id string
Filter by player ID.
- team_id string
Filter by team ID.
- league_id string
Filter by league ID.
- season_id string
Filter by season ID.
- offset string
Default value:
0Limiting and Pagination
Example: 0 - limit string
Default value:
50Limiting and Pagination
Example: 50
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
[
{}
]
Loading...