Rules to extract specific JSON data from the API response (e.g., user IDs, league IDs). 🛠️ Key Components of a Sleeper V1 Config
Specific HTTP methods (GET/POST) targeting Sleeper's API endpoints . Sleeper Api V1.svb
Because the Sleeper API is for most public data, a SilverBullet config for it is relatively straightforward. Base URL: https://api.sleeper.app/v1 . Primary Endpoints: User Lookup: /user/ or /user/ . Leagues: /user/ /leagues/ / . Rosters: /league/ /rosters . Data Format: Responses are returned as JSON objects. ⚠️ Usage Restrictions & Limits Rules to extract specific JSON data from the API response (e