Get Matchups
get_matchupsGet all matchups for a Sleeper league in a specified week, with each matchup listing the two opposing teams and player names.
Instructions
Get all matchups in a league for a given week. Teams sharing a matchup_id face each other. Player IDs are annotated with names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week | Yes | The week to fetch matchups for (e.g. 1). | |
| league_id | Yes | The Sleeper league ID. |