footballdataorg_match
Get complete football match details by match ID: lineups, goals, bookings, substitutions, and head-to-head records.
Instructions
One match with lineups, goals, bookings and head-to-head. NEEDS A KEY (403 without).
Returns: {id, utcDate, status, competition, homeTeam:{id, name, lineup:[…], bench:[…]}, awayTeam:{…}, score, goals:[{minute, scorer, assist}], bookings:[…], substitutions:[…], referees:[…], head2head:{…}} — SHAPE FROM VENDOR DOCS.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: One match {"matchId": 419516}
Auth: needs your own key in FOOTBALL_DATA_ORG_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matchId | Yes | Match id. Required — part of the URL path. |