Performance Summaries#
In the following examples you will retrieve the summaries for several seasonal predictions.
Related Sports Data APIS
Method | Description | Availability |
---|---|---|
GET |
/{sport}/v2/summaries/performances/seasonal/{season_uuid}/{league_uuid} |
NHL, NFL, NCAAFB |
GET |
/{sport}/v2/summaries/performances/pregame/{event_uuid} |
NHL, NFL, NCAAFB |
GET |
/{sport}/v2/summaries/performances/period/{event_uuid}/{period} |
NFL |
Note
The Summary endpoint provides minimal information for each result where UUID's can be used to retrieve additional information (for player, team, etc.) from endpoints or you local cached results
Seasonal Performance#
The following retrieves a seasonal summary of players organized by position and rank. The base query for the season is:
GET https://api.quarter4.io/american-football/v2/summaries/performances/seasonal/{season_uuid}/{league_uuid}
Additional options such as MVP are also available by adding query parameters:
GET https://api.quarter4.io/american-football/v2/summaries/performances/seasonal/{season_uuid}/{league_uuid} ?mvp=true
This will retrieve a summary of the Seasonal_Performance
entities with the data organized by position. For example for the 2022 NFL season MVP use:
GET https://api.quarter4.io/american-football/v2/summaries/performances/seasonal/56bc1528-d0ab-492c-ae3c-ba3656624da1/38344248-9889-11eb-a8ab-0647cdb505d0?mvp=true
{
"data": {
"QB": [
{
"rank": 1,
"id": "8b6da6aa-e752-445f-b40d-1ee7dc93cd11",
"attributes": {
"playerUuid": "8b6da6aa-e752-445f-b40d-1ee7dc93cd11",
"teamUuid": "2934239a-9a97-4821-a8e6-c03fab894fbe",
"seasonUuid": "56bc1528-d0ab-492c-ae3c-ba3656624da1",
"playerFullName": "Tom Brady",
"playerPosition": "QB",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/2934239a-9a97-4821-a8e6-c03fab894fbe\/256\/uniform\/12.png",
"playerTeam": "Tampa Bay Buccaneers",
"stats": {
"totalPassingYards": 5167.87,
"totalPassingTouchdowns": 31.89,
"eventId": 12676
},
"playerRookieSeason": 2000,
"playerUniform": "12"
}
}
]
}
}
Pregame Performance#
The following retrieves a summary of pre-game player performances organized by statistic, position and rank. For example:
GET https://api.quarter4.io/american-football/v2/summaries/performances/pregame/e04601c2-e629-4e65-b633-1a5531566a43
{
"links": {
"self": "\/american-football\/v2\/summaries\/performances\/pregame\/e04601c2-e629-4e65-b633-1a5531566a43"
},
"data": [
{
"type": "Performance",
"id": "585e83c8-dd8c-3350-9d6f-3c10c8d4d932",
"attributes": {
"startingProbability": [
{
"playerUuid": "80c0de36-1115-41f8-b88a-eea51b95fdbc",
"fullName": "Noah Vedral",
"position": "QB",
"eventUuid": "e04601c2-e629-4e65-b633-1a5531566a43",
"value": 0.139614,
"valuePct": 13.96,
"teamUuid": "2f7bb7c9-632c-442c-a5fa-48b4946a364e",
"teamName": "Rutgers Scarlet Knights",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/2f7bb7c9-632c-442c-a5fa-48b4946a364e\/256\/uniform\/0.png",
"uniform": "0"
},
{
"playerUuid": "d56309d9-4933-4880-af6f-6556abad9daa",
"fullName": "Chubba Purdy",
"position": "QB",
"eventUuid": "e04601c2-e629-4e65-b633-1a5531566a43",
"value": 0.0171731,
"valuePct": 1.72,
"teamUuid": "e9c59144-aa1b-4d39-82ec-2444a0809904",
"teamName": "Nebraska Cornhuskers",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/e9c59144-aa1b-4d39-82ec-2444a0809904\/256\/uniform\/6.png",
"uniform": "6"
}
],
"rushingYards100Plus": [
{
"playerUuid": "84b03d70-7ab3-4f75-b870-db3e6656b4cc",
"fullName": "Kyle Monangai",
"position": "RB",
"eventUuid": "e04601c2-e629-4e65-b633-1a5531566a43",
"value": 0.374605,
"valuePct": 37.46,
"teamUuid": "2f7bb7c9-632c-442c-a5fa-48b4946a364e",
"teamName": "Rutgers Scarlet Knights",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/2f7bb7c9-632c-442c-a5fa-48b4946a364e\/256\/uniform\/23.png",
"uniform": "23"
},
{
"playerUuid": "d56309d9-4933-4880-af6f-6556abad9daa",
"fullName": "Chubba Purdy",
"position": "QB",
"eventUuid": "e04601c2-e629-4e65-b633-1a5531566a43",
"value": 0.32143,
"valuePct": 32.14,
"teamUuid": "e9c59144-aa1b-4d39-82ec-2444a0809904",
"teamName": "Nebraska Cornhuskers",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/e9c59144-aa1b-4d39-82ec-2444a0809904\/256\/uniform\/6.png",
"uniform": "6"
},
{
"playerUuid": "80c0de36-1115-41f8-b88a-eea51b95fdbc",
"fullName": "Noah Vedral",
"position": "QB",
"eventUuid": "e04601c2-e629-4e65-b633-1a5531566a43",
"value": 0.3013,
"valuePct": 30.13,
"teamUuid": "2f7bb7c9-632c-442c-a5fa-48b4946a364e",
"teamName": "Rutgers Scarlet Knights",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/2f7bb7c9-632c-442c-a5fa-48b4946a364e\/256\/uniform\/0.png",
"uniform": "0"
}
],
"passingYards300Plus": [
{
"playerUuid": "d56309d9-4933-4880-af6f-6556abad9daa",
"fullName": "Chubba Purdy",
"position": "QB",
"eventUuid": "e04601c2-e629-4e65-b633-1a5531566a43",
"value": 0.282627,
"valuePct": 28.26,
"teamUuid": "e9c59144-aa1b-4d39-82ec-2444a0809904",
"teamName": "Nebraska Cornhuskers",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/e9c59144-aa1b-4d39-82ec-2444a0809904\/256\/uniform\/6.png",
"uniform": "6"
},
{
"playerUuid": "80c0de36-1115-41f8-b88a-eea51b95fdbc",
"fullName": "Noah Vedral",
"position": "QB",
"eventUuid": "e04601c2-e629-4e65-b633-1a5531566a43",
"value": 0.223831,
"valuePct": 22.38,
"teamUuid": "2f7bb7c9-632c-442c-a5fa-48b4946a364e",
"teamName": "Rutgers Scarlet Knights",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/2f7bb7c9-632c-442c-a5fa-48b4946a364e\/256\/uniform\/0.png",
"uniform": "0"
}
],
"passingTouchdowns3Plus": [
{
"playerUuid": "d56309d9-4933-4880-af6f-6556abad9daa",
"fullName": "Chubba Purdy",
"position": "QB",
"eventUuid": "e04601c2-e629-4e65-b633-1a5531566a43",
"value": 0.0756219,
"valuePct": 7.56,
"teamUuid": "e9c59144-aa1b-4d39-82ec-2444a0809904",
"teamName": "Nebraska Cornhuskers",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/e9c59144-aa1b-4d39-82ec-2444a0809904\/256\/uniform\/6.png",
"uniform": "6"
},
{
"playerUuid": "80c0de36-1115-41f8-b88a-eea51b95fdbc",
"fullName": "Noah Vedral",
"position": "QB",
"eventUuid": "e04601c2-e629-4e65-b633-1a5531566a43",
"value": 0.0644398,
"valuePct": 6.44,
"teamUuid": "2f7bb7c9-632c-442c-a5fa-48b4946a364e",
"teamName": "Rutgers Scarlet Knights",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/2f7bb7c9-632c-442c-a5fa-48b4946a364e\/256\/uniform\/0.png",
"uniform": "0"
}
]
}
}
]
}
Quarterly/Period Performance#
During a game, quarterly/periodic summaries and predictions are available approximately 1 min after the end of the period by querying
GET https://api.quarter4.io/american-football/v2/summaries/performances/period/{event_uuid}/{period}
This will retrieve a summary of the Period_Performance
entities with the data organized by position. For example a recent NFL game:
GET https://api.quarter4.io/american-football/v2/summaries/performances/period/d2656fe4-1c17-4aec-a0b2-a753122de63d/1
{
"links": {
"self": "\/american-football\/v2\/summaries\/performances\/period\/d2656fe4-1c17-4aec-a0b2-a753122de63d\/1"
},
"data": [
{
"type": "Prediction",
"id": "0053708f-3cc7-3d24-ba98-f847fcdd6380",
"attributes": {
"QB": {
"rushingTouchdownsTotal": [
{
"rushingTouchdownsTotal": "0",
"periodSumRushingTouchdowns": "0",
"pred": "0",
"current": "0",
"playerUuid": "c0b454d6-1640-4f8e-9360-61deb40ca6aa",
"fullName": "Russell Wilson",
"position": "QB",
"eventUuid": "d2656fe4-1c17-4aec-a0b2-a753122de63d",
"teamUuid": "c023d5ce-83ec-4263-8662-1f411058d8de",
"teamName": "Denver Broncos",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/c023d5ce-83ec-4263-8662-1f411058d8de\/256\/uniform\/3.png",
"uniform": "3"
},
{
"rushingTouchdownsTotal": "0",
"periodSumRushingTouchdowns": "0",
"pred": "0",
"current": "0",
"playerUuid": "b23af5b2-d784-4c58-9b6a-d1195859ee15",
"fullName": "Matt Ryan",
"position": "QB",
"eventUuid": "d2656fe4-1c17-4aec-a0b2-a753122de63d",
"teamUuid": "e60dd861-75f6-4d41-b1f1-d72573529d08",
"teamName": "Indianapolis Colts",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/e60dd861-75f6-4d41-b1f1-d72573529d08\/256\/uniform\/2.png",
"uniform": "2"
}
],
"rushingYardsTotal": [
{
"rushingYardsTotal": "0",
"periodSumRushingYards": "1",
"pred": "0",
"current": "1",
"playerUuid": "b23af5b2-d784-4c58-9b6a-d1195859ee15",
"fullName": "Matt Ryan",
"position": "QB",
"eventUuid": "d2656fe4-1c17-4aec-a0b2-a753122de63d",
"teamUuid": "e60dd861-75f6-4d41-b1f1-d72573529d08",
"teamName": "Indianapolis Colts",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/e60dd861-75f6-4d41-b1f1-d72573529d08\/256\/uniform\/2.png",
"uniform": "2"
},
{
"rushingYardsTotal": "0",
"periodSumRushingYards": "22",
"pred": "0",
"current": "22",
"playerUuid": "c0b454d6-1640-4f8e-9360-61deb40ca6aa",
"fullName": "Russell Wilson",
"position": "QB",
"eventUuid": "d2656fe4-1c17-4aec-a0b2-a753122de63d",
"teamUuid": "c023d5ce-83ec-4263-8662-1f411058d8de",
"teamName": "Denver Broncos",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/c023d5ce-83ec-4263-8662-1f411058d8de\/256\/uniform\/3.png",
"uniform": "3"
}
],
"passingTouchdownsTotal": [
{
"passingTouchdownsTotal": "1.48675",
"periodSumPassingTouchdowns": "0",
"pred": "1.48675",
"current": "0",
"playerUuid": "c0b454d6-1640-4f8e-9360-61deb40ca6aa",
"fullName": "Russell Wilson",
"position": "QB",
"eventUuid": "d2656fe4-1c17-4aec-a0b2-a753122de63d",
"teamUuid": "c023d5ce-83ec-4263-8662-1f411058d8de",
"teamName": "Denver Broncos",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/c023d5ce-83ec-4263-8662-1f411058d8de\/256\/uniform\/3.png",
"uniform": "3"
},
{
"passingTouchdownsTotal": "1.25079",
"periodSumPassingTouchdowns": "0",
"pred": "1.25079",
"current": "0",
"playerUuid": "b23af5b2-d784-4c58-9b6a-d1195859ee15",
"fullName": "Matt Ryan",
"position": "QB",
"eventUuid": "d2656fe4-1c17-4aec-a0b2-a753122de63d",
"teamUuid": "e60dd861-75f6-4d41-b1f1-d72573529d08",
"teamName": "Indianapolis Colts",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/e60dd861-75f6-4d41-b1f1-d72573529d08\/256\/uniform\/2.png",
"uniform": "2"
}
],
"passingYardsTotal": [
{
"passingYardsTotal": "257.527",
"periodSumPassingYards": "251",
"pred": "257.527",
"current": "251",
"playerUuid": "b23af5b2-d784-4c58-9b6a-d1195859ee15",
"fullName": "Matt Ryan",
"position": "QB",
"eventUuid": "d2656fe4-1c17-4aec-a0b2-a753122de63d",
"teamUuid": "e60dd861-75f6-4d41-b1f1-d72573529d08",
"teamName": "Indianapolis Colts",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/e60dd861-75f6-4d41-b1f1-d72573529d08\/256\/uniform\/2.png",
"uniform": "2"
},
{
"passingYardsTotal": "252.777",
"periodSumPassingYards": "274",
"pred": "252.777",
"current": "274",
"playerUuid": "c0b454d6-1640-4f8e-9360-61deb40ca6aa",
"fullName": "Russell Wilson",
"position": "QB",
"eventUuid": "d2656fe4-1c17-4aec-a0b2-a753122de63d",
"teamUuid": "c023d5ce-83ec-4263-8662-1f411058d8de",
"teamName": "Denver Broncos",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/c023d5ce-83ec-4263-8662-1f411058d8de\/256\/uniform\/3.png",
"uniform": "3"
}
]
},
"RB-FB": {
"rushingTouchdownsTotal": [
{
"rushingTouchdownsTotal": "1.03119",
"periodSumRushingTouchdowns": null,
"pred": "1.03119",
"current": 0,
"playerUuid": "067e416b-5788-4be8-b593-d9bbdc952a82",
"fullName": "Jonathan Taylor",
"position": "RB",
"eventUuid": "d2656fe4-1c17-4aec-a0b2-a753122de63d",
"teamUuid": "e60dd861-75f6-4d41-b1f1-d72573529d08",
"teamName": "Indianapolis Colts",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/e60dd861-75f6-4d41-b1f1-d72573529d08\/256\/uniform\/28.png",
"uniform": "28"
},
{
"rushingTouchdownsTotal": "0.183828",
"periodSumRushingTouchdowns": "0",
"pred": "0.183828",
"current": "0",
"playerUuid": "8d74da5e-3981-43c5-b3ec-69917d51767c",
"fullName": "Melvin Gordon III",
"position": "RB",
"eventUuid": "d2656fe4-1c17-4aec-a0b2-a753122de63d",
"teamUuid": "c023d5ce-83ec-4263-8662-1f411058d8de",
"teamName": "Denver Broncos",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/c023d5ce-83ec-4263-8662-1f411058d8de\/256\/uniform\/25.png",
"uniform": "25"
}
],
"rushingYardsTotal": [
{
"rushingYardsTotal": "106.17",
"periodSumRushingYards": null,
"pred": "106.17",
"current": 0,
"playerUuid": "067e416b-5788-4be8-b593-d9bbdc952a82",
"fullName": "Jonathan Taylor",
"position": "RB",
"eventUuid": "d2656fe4-1c17-4aec-a0b2-a753122de63d",
"teamUuid": "e60dd861-75f6-4d41-b1f1-d72573529d08",
"teamName": "Indianapolis Colts",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/e60dd861-75f6-4d41-b1f1-d72573529d08\/256\/uniform\/28.png",
"uniform": "28"
},
{
"rushingYardsTotal": "27.8744",
"periodSumRushingYards": "54",
"pred": "27.8744",
"current": "54",
"playerUuid": "8d74da5e-3981-43c5-b3ec-69917d51767c",
"fullName": "Melvin Gordon III",
"position": "RB",
"eventUuid": "d2656fe4-1c17-4aec-a0b2-a753122de63d",
"teamUuid": "c023d5ce-83ec-4263-8662-1f411058d8de",
"teamName": "Denver Broncos",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/c023d5ce-83ec-4263-8662-1f411058d8de\/256\/uniform\/25.png",
"uniform": "25"
}
],
"receivingTouchdownsTotal": [
{
"receivingTouchdownsTotal": "0",
"periodSumReceivingTouchdowns": null,
"pred": "0",
"current": 0,
"playerUuid": "067e416b-5788-4be8-b593-d9bbdc952a82",
"fullName": "Jonathan Taylor",
"position": "RB",
"eventUuid": "d2656fe4-1c17-4aec-a0b2-a753122de63d",
"teamUuid": "e60dd861-75f6-4d41-b1f1-d72573529d08",
"teamName": "Indianapolis Colts",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/e60dd861-75f6-4d41-b1f1-d72573529d08\/256\/uniform\/28.png",
"uniform": "28"
},
{
"receivingTouchdownsTotal": "0",
"periodSumReceivingTouchdowns": "0",
"pred": "0",
"current": "0",
"playerUuid": "8d74da5e-3981-43c5-b3ec-69917d51767c",
"fullName": "Melvin Gordon III",
"position": "RB",
"eventUuid": "d2656fe4-1c17-4aec-a0b2-a753122de63d",
"teamUuid": "c023d5ce-83ec-4263-8662-1f411058d8de",
"teamName": "Denver Broncos",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/c023d5ce-83ec-4263-8662-1f411058d8de\/256\/uniform\/25.png",
"uniform": "25"
}
],
"receivingYardsTotal": [
{
"receivingYardsTotal": "0",
"periodSumReceivingYards": null,
"pred": "0",
"current": 0,
"playerUuid": "067e416b-5788-4be8-b593-d9bbdc952a82",
"fullName": "Jonathan Taylor",
"position": "RB",
"eventUuid": "d2656fe4-1c17-4aec-a0b2-a753122de63d",
"teamUuid": "e60dd861-75f6-4d41-b1f1-d72573529d08",
"teamName": "Indianapolis Colts",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/e60dd861-75f6-4d41-b1f1-d72573529d08\/256\/uniform\/28.png",
"uniform": "28"
},
{
"receivingYardsTotal": "0",
"periodSumReceivingYards": "49",
"pred": "0",
"current": "49",
"playerUuid": "8d74da5e-3981-43c5-b3ec-69917d51767c",
"fullName": "Melvin Gordon III",
"position": "RB",
"eventUuid": "d2656fe4-1c17-4aec-a0b2-a753122de63d",
"teamUuid": "c023d5ce-83ec-4263-8662-1f411058d8de",
"teamName": "Denver Broncos",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/c023d5ce-83ec-4263-8662-1f411058d8de\/256\/uniform\/25.png",
"uniform": "25"
}
]
},
"TE": {
"rushingTouchdownsTotal": [
{
"rushingTouchdownsTotal": "0",
"periodSumRushingTouchdowns": null,
"pred": "0",
"current": 0,
"playerUuid": "8ddff3ee-73fe-41f1-a3e5-f1326a7aaac0",
"fullName": "Andrew Beck",
"position": "TE",
"eventUuid": "d2656fe4-1c17-4aec-a0b2-a753122de63d",
"teamUuid": "c023d5ce-83ec-4263-8662-1f411058d8de",
"teamName": "Denver Broncos",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/c023d5ce-83ec-4263-8662-1f411058d8de\/256\/uniform\/83.png",
"uniform": "83"
}
],
"rushingYardsTotal": [
{
"rushingYardsTotal": "1.02796",
"periodSumRushingYards": null,
"pred": "1.02796",
"current": 0,
"playerUuid": "8ddff3ee-73fe-41f1-a3e5-f1326a7aaac0",
"fullName": "Andrew Beck",
"position": "TE",
"eventUuid": "d2656fe4-1c17-4aec-a0b2-a753122de63d",
"teamUuid": "c023d5ce-83ec-4263-8662-1f411058d8de",
"teamName": "Denver Broncos",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/c023d5ce-83ec-4263-8662-1f411058d8de\/256\/uniform\/83.png",
"uniform": "83"
}
],
"receivingTouchdownsTotal": [
{
"receivingTouchdownsTotal": "0",
"periodSumReceivingTouchdowns": "0",
"pred": "0",
"current": "0",
"playerUuid": "8ddff3ee-73fe-41f1-a3e5-f1326a7aaac0",
"fullName": "Andrew Beck",
"position": "TE",
"eventUuid": "d2656fe4-1c17-4aec-a0b2-a753122de63d",
"teamUuid": "c023d5ce-83ec-4263-8662-1f411058d8de",
"teamName": "Denver Broncos",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/c023d5ce-83ec-4263-8662-1f411058d8de\/256\/uniform\/83.png",
"uniform": "83"
}
],
"receivingYardsTotal": [
{
"receivingYardsTotal": "0",
"periodSumReceivingYards": "0",
"pred": "0",
"current": "0",
"playerUuid": "8ddff3ee-73fe-41f1-a3e5-f1326a7aaac0",
"fullName": "Andrew Beck",
"position": "TE",
"eventUuid": "d2656fe4-1c17-4aec-a0b2-a753122de63d",
"teamUuid": "c023d5ce-83ec-4263-8662-1f411058d8de",
"teamName": "Denver Broncos",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/c023d5ce-83ec-4263-8662-1f411058d8de\/256\/uniform\/83.png",
"uniform": "83"
}
]
},
"WR": {
"receivingTouchdownsTotal": [
{
"receivingTouchdownsTotal": "0.611372",
"periodSumReceivingTouchdowns": "0",
"pred": "0.611372",
"current": "0",
"playerUuid": "3f22d768-09b7-4b7b-b3ff-48e61d9f4ee6",
"fullName": "Michael Pittman Jr.",
"position": "WR",
"eventUuid": "d2656fe4-1c17-4aec-a0b2-a753122de63d",
"teamUuid": "e60dd861-75f6-4d41-b1f1-d72573529d08",
"teamName": "Indianapolis Colts",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/e60dd861-75f6-4d41-b1f1-d72573529d08\/256\/uniform\/11.png",
"uniform": "11"
},
{
"receivingTouchdownsTotal": "0.591989",
"periodSumReceivingTouchdowns": "0",
"pred": "0.591989",
"current": "0",
"playerUuid": "1a459077-abd0-4bef-9a1f-c859711c1e21",
"fullName": "Courtland Sutton",
"position": "WR",
"eventUuid": "d2656fe4-1c17-4aec-a0b2-a753122de63d",
"teamUuid": "c023d5ce-83ec-4263-8662-1f411058d8de",
"teamName": "Denver Broncos",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/c023d5ce-83ec-4263-8662-1f411058d8de\/256\/uniform\/14.png",
"uniform": "14"
}
],
"receivingYardsTotal": [
{
"receivingYardsTotal": "63.6688",
"periodSumReceivingYards": "59",
"pred": "63.6688",
"current": "59",
"playerUuid": "3f22d768-09b7-4b7b-b3ff-48e61d9f4ee6",
"fullName": "Michael Pittman Jr.",
"position": "WR",
"eventUuid": "d2656fe4-1c17-4aec-a0b2-a753122de63d",
"teamUuid": "e60dd861-75f6-4d41-b1f1-d72573529d08",
"teamName": "Indianapolis Colts",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/e60dd861-75f6-4d41-b1f1-d72573529d08\/256\/uniform\/11.png",
"uniform": "11"
},
{
"receivingYardsTotal": "76.982",
"periodSumReceivingYards": "74",
"pred": "76.982",
"current": "74",
"playerUuid": "1a459077-abd0-4bef-9a1f-c859711c1e21",
"fullName": "Courtland Sutton",
"position": "WR",
"eventUuid": "d2656fe4-1c17-4aec-a0b2-a753122de63d",
"teamUuid": "c023d5ce-83ec-4263-8662-1f411058d8de",
"teamName": "Denver Broncos",
"playerImage": "https:\/\/avatar.api.quarter4.io\/american-football\/avatar\/c023d5ce-83ec-4263-8662-1f411058d8de\/256\/uniform\/14.png",
"uniform": "14"
}
]
}
}
}
]
}