get
https://api.rotowire.com/Soccer/EPL/RestOfSeasonProjections.php
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
date | string | No | The date from which to calculate rest-of-season projections. Format YYYY-MM-DD. Defaults to today. |
Attributes
Top-Level Fields
| Field | Type | Description |
|---|---|---|
League | string | |
Season | integer | |
Week | integer | |
Teams | array |
Example Response
{
"League": "EPL",
"Season": 2025,
"Week": 37,
"Teams": [
{
"Name": "Arsenal",
"Players": [{"FirstName": "Viktor", "LastName": "Gyokeres", "Position": "F", "Projections": {"Minutes": 190, "Goals": 1.57, "Assists": 0.26}, "Id": "26991"}],
"Id": "1"
}
]
}