openligadb_match
Fetch a match by its ID, including goals, scorers, and match details. Use to retrieve comprehensive data for a single match.
Instructions
One match by id, with goals and scorers.
Returns: {matchID, matchDateTime, team1, team2, matchIsFinished, matchResults:[…], goals:[{goalID, scoreTeam1, scoreTeam2, matchMinute, goalGetterName, isPenalty, isOwnGoal}], location}
Example: A single match {"matchId": 66222}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matchId | Yes | Match id (from either match-list tool). Required — part of the URL path. |