get
https://api.rotowire.com/Baseball/MLB/Outlooks.php
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
season | integer | No | Season year to retrieve outlooks for. Defaults to current season. |
Attributes
Fields
| Field | Type | Description |
|---|---|---|
Id | integer | |
FirstName | string | |
LastName | string | |
Position | string | |
Link | string | |
Outlook | string | Fantasy-centric season preview. |
Example Response
[
{
"Id": 5319,
"FirstName": "Bartolo",
"LastName": "Colon",
"Position": "P",
"Link": "https://www.rotowire.com/baseball/player.htm?id=5319",
"Outlook": "The ageless Colon kept on ticking during his age-43 season, putting together another solid campaign with the Mets..."
}
]