The Set-Pieces resources provide access to individual statistical data related to set-piece events in a football match.
The Setpieces/Corners subresource allows you to access individual statistical data on corner kicks taken in a football match. If lineupID is passed, it returns statistical data for a player in the match lineup that lineupID corresponds to.
If query parameters are passed to the resource, it returns the players in the match lineup who match the specified filters.
Response Parameters:
Field | Type | Description |
---|---|---|
lineup | integer | The unique ID of the player in match lineup. |
penbox_success | integer | Total number of corners into penalty area that reach a teammate. |
penbox_failure | integer | Total number of corners into penalty area that reach a teammate. |
left_success | integer | Total number of successful corners from left side of pitch. |
left_failure | integer | Total number of unsuccessful corners from left side of pitch. |
right_success | integer | Total number of successful corners from right side of pitch. |
right_failure | integer | Total number of unsuccessful corners from right side of pitch. |
short | integer | Total number of corners that travel a short distance. |
total | integer | Total number of corners taken by player in match. |
The Setpieces/Free-Kicks subresource allows you to access individual statistical data on direct free kicks taken in a football match. If lineupID is passed, it returns statistical data for a player in the match lineup that lineupID corresponds to.
If query parameters are passed to the resource, it returns the players in the match lineup who match the specified filters.
Response Parameters:
Field | Type | Description |
---|---|---|
lineup | integer | The unique ID of the player in match lineup. |
ontarget | integer | Total number of direct free kicks that entered the goal face. |
offtarget | integer | Total number of direct free kicks that did not enter the goal face. |
The Setpieces/Keyplays subresource allows you to access individual statistical data on “key plays” that occur in a football match. Such plays could be those that have a direct impact in the match, but they can also be plays that meet a key performance indicator as described in the team’s game plan.
If lineupID is passed, it returns statistical data for a player in the match lineup that lineupID corresponds to.
If query parameters are passed to the resource, it returns the players in the match lineup who match the specified filters.
Response Parameters:
Field | Type | Description |
---|---|---|
lineup | integer | The unique ID of the player in match lineup. |
corners | integer | Total number of corners taken deemed to have impact in match. |
freekicks | integer | Total number of free kicks taken deemed to have impact in match. |
throwins | integer | Total number of throw-ins taken deemed to have impact in match. |
goalkicks | integer | Total number of goal kicks taken deemed to have impact in match. |
The Setpieces/Throwins subresource allows you to access individual statistical data on throw-ins taken in a football match. If lineupID is passed, it returns statistical data for a player in the match lineup that lineupID corresponds to.
If query parameters are passed to the resource, it returns the players in the match lineup who match the specified filters.
Response Parameters:
Field | Type | Description |
---|---|---|
lineup | integer | The unique ID of the player in match lineup. |
teamplayer | integer | Total number of throw-ins controlled by a teammate. |
oppplayer | integer | Total number of throw-ins controlled by an opposing player. |