{ "opencollection": "1.0.0", "info": { "name": "Stats Perform STATS Editorial Teams API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Teams", "type": "folder" }, "items": [ { "info": { "name": "List Teams", "type": "http" }, "http": { "method": "GET", "url": "https://api.stats.com/v1/stats/:sport/:leaguePath/teams/", "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." } ] }, "docs": "Returns a list of all teams in a league including team IDs, names, abbreviations, and conference/division information." }, { "info": { "name": "Get Team", "type": "http" }, "http": { "method": "GET", "url": "https://api.stats.com/v1/stats/:sport/:leaguePath/teams/:teamId", "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": "teamId", "value": "", "type": "path", "description": "The unique team identifier." }, { "name": "api_key", "value": "", "type": "query", "description": "Your Stats Perform API key." } ] }, "docs": "Returns detailed information about a specific team including roster, season statistics, and team metadata." } ] } ], "bundled": true }