Environment
| API | Description |
|---|---|
| GET v1/MLB/Teams |
Returns information on current franchises |
Feed
| API | Description |
|---|---|
| GET v1/MLB/Feed/Today |
Returns a listing of all files created today (since the last complete flag was sent out) |
Game
| API | Description |
|---|---|
| GET v1/MLB/Game/Schedules/{season} |
Returns the schedule for all teams in the current season |
Person
| API | Description |
|---|---|
| GET v1/MLB/Persons/Full |
Returns a JSON Document |
| GET v1/MLB/Person/Teams |
Returns a JSON Document |
| GET v1/MLB/Person/Stats/Season/{season}/{franchiseId} |
Returns a JSON Document |
| GET v1/MLB/Person/Stats/Game/{gameOrSeasonId}/{franchiseId} |
Returns a JSON Document |