Skip to main content

Player Projections

Returns model-generated, per-player projections for upcoming baseball 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://baseball.sportmicro.com/player-projections?match_id=eq.{match_id}

Get a player's upcoming projections: https://baseball.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: 0

    Limiting and Pagination

    Example: 0
  • limit string

    Default value: 50

    Limiting and Pagination

    Example: 50
Responses

OK


Schema array
    Loading...