get
https://api.rotowire.com/Baseball/MLB/SeasonProjections.php
Attributes
Top-Level Fields
| Field | Type | Description |
|---|---|---|
Teams | array |
Teams Object
| Field | Type | Description |
|---|---|---|
Id | string | |
Code | string | |
Name | string | |
Nickname | string | |
Players | array |
Example Response
{
"Teams": [
{
"Id": "3",
"Code": "BAL",
"Name": "Baltimore Orioles",
"Nickname": "Orioles",
"Players": [
{
"Id": "12437",
"FirstName": "Hanser",
"LastName": "Alberto",
"Position": "2B",
"Projections": [
{
"Type": "BATTING",
"GamesPlayed": 48,
"AtBats": 179,
"Runs": 21,
"Hits": 53,
"HomeRuns": 4,
"RBI": 20,
"AVG": 0.296,
"OBP": 0.317,
"SLG": 0.413,
"OPS": 0.731
}
],
"FantasyPoints": [
{
"Total": 305,
"Source": "DraftKings"
}
]
}
]
}
]
}