Get League Matchups
sleeper_get_league_matchupsRetrieve all matchups for a specific NFL week in a Sleeper fantasy league, including roster IDs, points, starters, and player scores.
Instructions
Get all matchups for a specific week in a Sleeper fantasy league.
Args:
league_id (string): The Sleeper league ID
week (number): NFL week number (1-18 for regular season)
Returns: All matchups for the week: roster IDs, points, starters, and player scores.
Examples:
"What are the matchups for week 5 in league 123456?"
"Show me all scores for week 12"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week | Yes | NFL week number (1-18) | |
| league_id | Yes | Sleeper league ID |