pl_teams_by_id
Look up multiple teams by their IDs to retrieve name, short name, abbreviation, and stadium for each.
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]). |