Get confirmed lineups
kingsplaybook_get_lineupsFetch confirmed/projected starting lineups for NBA, MLB, or NHL games on a given date. Returns home and away rosters for every game.
Instructions
Confirmed / projected starting lineups for every game on a given league + date, split into home and away rosters. Available on every KingsPlaybook plan, including Free.
Args: league ('nba' | 'mlb' | 'nhl'), date ('YYYY-MM-DD'). Returns JSON: { data: [ { event_id, league, game_date, home_team, away_team, lineups: { home: [players], away: [players] }, updated_at } ], meta: { count, league, date, as_of } }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Game date, ISO-8601 (YYYY-MM-DD) | |
| league | Yes | League: nba, mlb, or nhl |