{ "opencollection": "1.0.0", "info": { "name": "Statorium American Football Games Seasons API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "query" } }, "items": [ { "info": { "name": "Seasons", "type": "folder" }, "items": [ { "info": { "name": "List All Seasons", "type": "http" }, "http": { "method": "GET", "url": "https://api.statorium.com/api/v1/seasons/", "params": [ { "name": "apikey", "value": "", "type": "query", "description": "Your Statorium API token for authentication." }, { "name": "leagueId", "value": "", "type": "query", "description": "Filter seasons by league ID." } ] }, "docs": "Returns all available seasons for the leagues accessible to the authenticated account." } ] } ], "bundled": true }