Access real-time game data and scores.
/live/plays- Live play-by-play data
var livePlays = await client.Live.Plays.GetAsync(requestConfiguration =>
{
requestConfiguration.QueryParameters.Id = 401520393;
});| Parameter | Type | Required | Description |
|---|---|---|---|
id |
int | Yes | Game ID |
- Real-time game tracking
- Live play-by-play updates
- In-game statistics