{ "opencollection": "1.0.0", "info": { "name": "Stats Perform STATS Editorial Events API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "Get Event Score", "type": "http" }, "http": { "method": "GET", "url": "https://api.stats.com/v1/stats/:sport/:leaguePath/scores/:eventId", "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": "eventId", "value": "", "type": "path", "description": "The unique event identifier." }, { "name": "api_key", "value": "", "type": "query", "description": "Your Stats Perform API key." } ] }, "docs": "Returns the current or final score for a specific event, including period/quarter/inning-by-inning breakdown and game status." }, { "info": { "name": "Get Event Box Score", "type": "http" }, "http": { "method": "GET", "url": "https://api.stats.com/v1/stats/:sport/:leaguePath/box/:eventId", "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": "eventId", "value": "", "type": "path", "description": "The unique event identifier." }, { "name": "api_key", "value": "", "type": "query", "description": "Your Stats Perform API key." } ] }, "docs": "Returns the full box score for a specific event including all player and team statistics for the game." }, { "info": { "name": "Get Event Play-by-Play", "type": "http" }, "http": { "method": "GET", "url": "https://api.stats.com/v1/stats/:sport/:leaguePath/playbyplay/:eventId", "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": "eventId", "value": "", "type": "path", "description": "The unique event identifier." }, { "name": "api_key", "value": "", "type": "query", "description": "Your Stats Perform API key." } ] }, "docs": "Returns detailed play-by-play data for a specific event with all game actions, times, and player involvement." }, { "info": { "name": "List Scores", "type": "http" }, "http": { "method": "GET", "url": "https://api.stats.com/v1/stats/:sport/:leaguePath/scores/", "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": "date", "value": "", "type": "query", "description": "Date for which to retrieve scores (YYYYMMDD format)." } ] }, "docs": "Returns scores for multiple events on a given date or for the current day, supporting all configured leagues." } ] } ], "bundled": true }