pl_teams_by_id
Retrieve team details by supplying a list of team IDs. Get names, abbreviations, and stadium info in one batch request.
Instructions
Batch team lookup by a list of ids.
Returns: [{id, name, shortName, abbr, stadium}] (top-level array)
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Team id(s) (e.g. [14, 43]). |