{ "opencollection": "1.0.0", "info": { "name": "Stats API Documentation Analytics Job API", "version": "2.0.0" }, "items": [ { "info": { "name": "Job", "type": "folder" }, "items": [ { "info": { "name": "Get jobs by type", "type": "http" }, "http": { "method": "GET", "url": "https://statsapi.mlb.com/api/v1/jobs", "params": [ { "name": "jobType", "value": "", "type": "query", "description": "Job Type Identifier (ie. UMPR, etc..)" }, { "name": "sportId", "value": "", "type": "query", "description": "Top level organization of a sport" }, { "name": "date", "value": "", "type": "query", "description": "Date of Game. Format: YYYY-MM-DD" }, { "name": "fields", "value": "", "type": "query", "description": "Comma delimited list of specific fields to be returned. Format: topLevelNode, childNode, attribute" } ] }, "docs": "This endpoint allows you to pull teams" }, { "info": { "name": "Get jobs by type", "type": "http" }, "http": { "method": "GET", "url": "https://statsapi.mlb.com/api/v1/jobs/umpires", "params": [ { "name": "sportId", "value": "", "type": "query", "description": "Top level organization of a sport" }, { "name": "date", "value": "", "type": "query", "description": "Date of Game. Format: YYYY-MM-DD" }, { "name": "fields", "value": "", "type": "query", "description": "Comma delimited list of specific fields to be returned. Format: topLevelNode, childNode, attribute" }, { "name": "season", "value": "", "type": "query", "description": "Season of play" } ] }, "docs": "This endpoint allows you to pull teams" }, { "info": { "name": "Get umpires and associated game for umpireId", "type": "http" }, "http": { "method": "GET", "url": "https://statsapi.mlb.com/api/v1/jobs/umpires/games/:umpireId", "params": [ { "name": "umpireId", "value": "", "type": "path", "description": "A unique identifier for an umpire" }, { "name": "season", "value": "", "type": "query", "description": "Season of play" }, { "name": "fields", "value": "", "type": "query", "description": "Comma delimited list of specific fields to be returned. Format: topLevelNode, childNode, attribute" } ] }, "docs": "This endpoint allows you to pull teams" }, { "info": { "name": "Get jobs by type", "type": "http" }, "http": { "method": "GET", "url": "https://statsapi.mlb.com/api/v1/jobs/officialScorers", "params": [ { "name": "sportId", "value": "", "type": "query", "description": "Top level organization of a sport" }, { "name": "date", "value": "", "type": "query", "description": "Date of Game. Format: YYYY-MM-DD" }, { "name": "fields", "value": "", "type": "query", "description": "Comma delimited list of specific fields to be returned. Format: topLevelNode, childNode, attribute" } ] }, "docs": "This endpoint allows you to pull teams" }, { "info": { "name": "Get jobs by type", "type": "http" }, "http": { "method": "GET", "url": "https://statsapi.mlb.com/api/v1/jobs/datacasters", "params": [ { "name": "sportId", "value": "", "type": "query", "description": "Top level organization of a sport" }, { "name": "date", "value": "", "type": "query", "description": "Date of Game. Format: YYYY-MM-DD" }, { "name": "fields", "value": "", "type": "query", "description": "Comma delimited list of specific fields to be returned. Format: topLevelNode, childNode, attribute" } ] }, "docs": "This endpoint allows you to pull teams" } ] } ], "bundled": true }