Overview
The MatchAttacks endpoint returns the classified attacking sequences for a specific match. The endpoint analyzes match events and groups them into attack sequences based on configurable attack-classification parameters. Each returned attack includes:- Attack type/category
- Match and team identifiers
- Start and end time
- Half
- Ball touches and passes
- xG and xT values
- Attack value
- Start and end pitch locations
- Completion status
- Full list of events included in the attack
All: flat list of all filtered attacksCategories: attacks grouped by attack type
- Match attacking analysis
- Tactical dashboards
- Video clipping workflows
- Scouting reports
- Team performance reports
- Attack pattern discovery
- Event-based video navigation
Parameters
Video offset settings used when generating attack timing. Includes
before as
seconds before attack start and after as seconds after attack end.Optional list of event filters used to match attack-start events. Each item
may include
id for event ID, result for event result ID, and extra for
event extra ID.Optional list of event filters used to match attack-end events. Each item may
include
id for event ID, result for event result ID, and extra for event
extra ID.Optional pitch area filter for where the attack starts. Coordinates use a
120 x 80 pitch scale and include x, y, x2, and y2.Optional pitch area filter for where the attack ends. Coordinates use a
120 x 80 pitch scale and include x, y, x2, and y2.Unique identifier of the team. Use
-1 to avoid applying a team filter.Attack Classification Parameters
Theparam object controls how attacks are clustered and classified.