{ "opencollection": "1.0.0", "info": { "name": "Statorium American Football Games API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "query" } }, "items": [ { "info": { "name": "Games", "type": "folder" }, "items": [ { "info": { "name": "List NFL Games", "type": "http" }, "http": { "method": "GET", "url": "https://api.statorium.com/api/v1/nfl/games/", "params": [ { "name": "apikey", "value": "", "type": "query", "description": "Your Statorium API token." }, { "name": "week", "value": "", "type": "query", "description": "NFL week number (1-22 including playoffs)." }, { "name": "season", "value": "", "type": "query", "description": "NFL season year (e.g., 2025)." }, { "name": "teamId", "value": "", "type": "query", "description": "Filter games involving a specific team." }, { "name": "status", "value": "", "type": "query", "description": "Filter games by status." } ] }, "docs": "Returns NFL games filtered by week, season, team, or date with live scores, schedules, and completed results." }, { "info": { "name": "Get NFL Game", "type": "http" }, "http": { "method": "GET", "url": "https://api.statorium.com/api/v1/nfl/games/:gameId/", "params": [ { "name": "apikey", "value": "", "type": "query", "description": "Your Statorium API token." }, { "name": "gameId", "value": "", "type": "path", "description": "The unique game identifier." } ] }, "docs": "Returns full details for a specific NFL game including quarter scores, team statistics, and play summaries." }, { "info": { "name": "List Basketball Games", "type": "http" }, "http": { "method": "GET", "url": "https://api.statorium.com/api/v1/basketball/games/", "params": [ { "name": "apikey", "value": "", "type": "query", "description": "Your Statorium API token." }, { "name": "leagueId", "value": "", "type": "query", "description": "Filter games by league ID." }, { "name": "date", "value": "", "type": "query", "description": "Filter games by date (YYYY-MM-DD)." }, { "name": "status", "value": "", "type": "query", "description": "Filter games by status." } ] }, "docs": "Returns basketball games filtered by league, season, team, or date. Includes live, scheduled, and completed games with scores." }, { "info": { "name": "Get Basketball Game", "type": "http" }, "http": { "method": "GET", "url": "https://api.statorium.com/api/v1/basketball/games/:gameId/", "params": [ { "name": "apikey", "value": "", "type": "query", "description": "Your Statorium API token." }, { "name": "gameId", "value": "", "type": "path", "description": "The unique game identifier." } ] }, "docs": "Returns full details for a specific basketball game including quarter scores, box score statistics, and lineups." } ] } ], "bundled": true }