Play-by-play data and play type information.
/plays- Play-by-play data/plays/types- Available play types/plays/stats- Play statistics
var plays = await client.Plays.GetAsync(requestConfiguration =>
{
requestConfiguration.QueryParameters.Year = 2023;
requestConfiguration.QueryParameters.Week = 1;
requestConfiguration.QueryParameters.Team = "Alabama";
});var playTypes = await client.Plays.Types.GetAsync();var playStats = await client.Plays.Stats.GetAsync(requestConfiguration =>
{
requestConfiguration.QueryParameters.Year = 2023;
requestConfiguration.QueryParameters.Team = "Alabama";
});- Play Analysis: Study individual play effectiveness
- Situational Football: Analyze performance by down and distance
- Advanced Analytics: Calculate success rates and efficiency metrics
- Game Preparation: Scout opponent tendencies and play calling