These resources are used by Match Events resources to cross-reference static data related to match events.
Returns the names of field positions in a football match. If ID is passed, return data for the position the ID corresponds to.
If query parameters are passed, it returns the record that matches the specified filters.
Query and Response Parameters:
Field | Type | Description |
---|---|---|
name | string | Name of field position. |
Link Parameters:
Field | URL Description |
---|---|
players | Players resource representations of same position. |
Returns the descriptions of fouling actions in a football match. If ID is passed, return data for the foul the ID corresponds to.
If query parameters are passed, it returns the record that matches the specified filters.
Query and Response Parameters:
Field | Type | Description |
---|---|---|
desc | string | Description of foul. |
Returns the descriptions of disciplinary cards shown in a football match. If ID is passed, return data for the card the ID corresponds to.
If query parameters are passed, it returns the record that matches the specified filters.
Query and Response Parameters:
Field | Type | Description |
---|---|---|
desc | string | Type of disciplinary card. |
Returns the descriptions of body parts used in a football match. If ID is passed, return data for the body part the ID corresponds to.
If query parameters are passed, it returns the record that matches the specified filters.
Query and Response Parameters:
Field | Type | Description |
---|---|---|
desc | string | Name of bodypart. |
Returns the descriptions of scenarios and events in which a shot was taken in a football match. If ID is passed, return data for the shot event the ID corresponds to.
If query parameters are passed, it returns the record that matches the specified filters.
Query and Response Parameters:
Field | Type | Description |
---|---|---|
desc | string | Description of shot event. |
Returns the descriptions of penalty kick outcomes in a football match. If ID is passed, return data for the outcome the ID corresponds to.
If query parameters are passed, it returns the record that matches the specified filters.
Query and Response Parameters:
Field | Type | Description |
---|---|---|
desc | string | Description of penalty outcome. |