Player Projections Week
Returns baseball player projections aggregated by UTC calendar week.
Use cases
Get all projections for a week: https://baseball.sportmicro.com/player-projections-week?week_start=eq.{YYYY-MM-DD}
Get one player's weekly projections: https://baseball.sportmicro.com/player-projections-week?player_id=eq.{player_id}&order=week_start.asc
Query Parameters
- week_start date
Filter by UTC week-start date.
- 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...