get
https://api.rotowire.com/Soccer/EPL/Outlooks.php
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
season | integer | No | Season year to retrieve outlooks for. Defaults to current season. |
Attributes
Top-Level Fields
| Field | Type | Description |
|---|---|---|
League | string | |
Season | integer | |
Players | array |
Example Response
{
"League": "EPL",
"Season": 2025,
"Players": [
{
"FirstName": "Eberechi",
"LastName": "Eze",
"Position": "F/M",
"Outlook": "Eze was tasked with stepping up to fill the void left by the departing Michael Olise last season.",
"Link": "https://www.rotowire.com/soccer/player/eberechi-eze-31141",
"Id": "31141"
}
]
}