{ "opencollection": "1.0.0", "info": { "name": "Stats Perform STATS Editorial Standings API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Standings", "type": "folder" }, "items": [ { "info": { "name": "Get Standings", "type": "http" }, "http": { "method": "GET", "url": "https://api.stats.com/v1/stats/:sport/:leaguePath/standings/", "params": [ { "name": "sport", "value": "", "type": "path", "description": "The sport category." }, { "name": "leaguePath", "value": "", "type": "path", "description": "The league path identifier (e.g., nfl, mlb, nba, nhl, epl, pga, atp)." }, { "name": "api_key", "value": "", "type": "query", "description": "Your Stats Perform API key." }, { "name": "season", "value": "", "type": "query", "description": "Season year (e.g., 2025). Defaults to current season." } ] }, "docs": "Returns league and conference standings with win/loss records, points, and tiebreaker information." } ] } ], "bundled": true }