Overview
The MatchEventList API returns the complete timeline of match events recorded during a football match. Each event includes:- Time information (minute and second)
- Player and team information
- Event category and type
- Event result
- Pitch coordinates
Typical Use Cases
This endpoint is commonly used for:- Match replay engines
- Tactical analysis platforms
- Event timeline visualization
- Broadcast graphics systems
- Performance analysis tools
- AI scouting systems
Parameters
Module API fixed and cannot be changed. Always use
api.Endpoint name. Use
MatchEventList.API version. Use
V2.Unique identifier of the match whose events are requested.
Optional timestamp used to retrieve only events recorded after a specific moment. Useful for incremental synchronization.
Language of the response (
en for English, ar for Arabic).Output format (
json or xml).API authentication key used to authorize the request.