Sleeper — Api.svb
: Use https://sleeper.app to retrieve core details like user_id and display_name .
: Sleeper allows up to 1,000 calls per minute ; ensure your MaxCPM setting in the .svb file does not exceed this to avoid IP blocking. sleeper API.svb
Below is a foundational structure for a Sleeper API config designed to fetch user data. loliscript : Use https://sleeper
: You do not need to include an Authorization header, as the API is public and read-only. How to use this file Save the code above into a file named sleeper API.svb . Import it into your SilverBullet instance. loliscript : You do not need to include
: Once you have the user_id , you can fetch all leagues for a specific sport and season (e.g., nfl/2024 ).
If you'd like, I can help you expand this to capture , roster standings , or active transactions . What specific data are you trying to track? Sleeper API: introduction

