Player Projections
Returns model-generated, per-player projections for upcoming American football matches. projected_statistics, projected_statistics_low, and projected_statistics_high contain low, median, and high forecasts for historical counting-stat categories. These are forecasts, not official statistics or betting advice.
Use cases
Get projections for a fixture: https://american-football.sportmicro.com/player-projections?match_id=eq.{match_id}
Get a player's upcoming projections: https://american-football.sportmicro.com/player-projections?player_id=eq.{player_id}&order=start_timestamp.asc
Query Parameters
- match_id string
Filter by match ID.
- 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...