pl_match
Retrieve detailed match centre data for a single match ID, including season info, teams, score, and venue. Use when you need richer stats than the match list provides.
Instructions
Single match detail (match centre) — richer than the list item; adds seasonInfo.
Returns: {matchId, competitionId, competition, seasonInfo, matchWeek, phase, kickoff, period, clock, ground, attendance, homeTeam, awayTeam, resultType}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Match id (7-digit, from pl_matches; e.g. 2561895). Required — part of the URL path. |