# Matches Matches ## Get match - [GET /match](https://docs.goalise.com/apireference/openapi/matches/getmatchbyid.md): Returns full information for a single match by its ID. ## Get matches - [GET /matches](https://docs.goalise.com/apireference/openapi/matches/getmatches.md): Returns a paginated list of matches based on filters ## Get match events - [GET /match-events](https://docs.goalise.com/apireference/openapi/matches/getmatchevents.md): Returns a list of events (goals, cards, substitutions, etc.) for a given match. ## Get match statistics - [GET /match-statistics](https://docs.goalise.com/apireference/openapi/matches/getmatchstatistics.md): Returns match statistics (shots, possession, fouls, etc.) for a given match. ## Get match lineup - [GET /match-lineup](https://docs.goalise.com/apireference/openapi/matches/getmatchlineup.md): Returns the full lineup for both teams in a given match, including starters, substitutes, and coaches. ## Get head-to-head - [GET /head-to-head](https://docs.goalise.com/apireference/openapi/matches/getheadtoheadmatches.md): Returns a list of past matches between two teams, optionally filtered by league and season.