A summary response of player predictions for a specific period/quarter.
GET/american-football/v2/summaries/performances/period/:event_uuid/:period_number
This response is organized by stat category and includes the predicted performance for each player in the game. UUIDs are provided for querying additional information about the related players, teams and event.
Request
Path Parameters
event_uuid anyrequired
UUID for the event
period_number anyrequired
Period/Quarter number
Query Parameters
page integer
Default value: 1
The collection page number
count integer
Default value: 30
The number of items per page
properties[] string[]
uuid string
uuid[] string[]
team.uuid string
team.uuid[] string[]
event.uuid string
event.uuid[] string[]
player.uuid string
player.uuid[] string[]
periodNumber integer
periodNumber[] integer[]
updatedAt[before] string
updatedAt[strictly_before] string
updatedAt[after] string
updatedAt[strictly_after] string
Responses
- 200
PeriodPerformancePlayer collection
Loading...