Match Events Validation

These resources are used by Match Events resources to cross-reference static data related to match events.

Positions

GET /v0/positions/(int: ID)

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.
OPTIONS /v0/positions

Returns documentation of the positions resource.

Fouls

GET /v0/fouls/(int: ID)

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.
OPTIONS /v0/fouls

Returns documentation of the fouls resource.

Cards

GET /v0/cards/(int: ID)

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.
OPTIONS /v0/cards

Returns documentation of the cards resource.

Body Parts

GET /v0/bodyparts/(int: ID)

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.
OPTIONS /v0/bodyparts

Returns documentation of the bodypart resource.

Shot Events

GET /v0/shotevents/(int: ID)

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.
OPTIONS /v0/shotevents

Returns documentation of the shot event resource.

Penalty Outcomes

GET /v0/penalty_outcomes/(int: ID)

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.
OPTIONS /v0/penalty_outcomes

Returns documentation of the penalty outcome resource.