get
https://api.rotowire.com/Soccer/EPL/SeasonProjections.php
Full-season projections for all EPL players, including stat projections and fantasy point totals.
Attributes
Top-Level Fields
| Field | Type | Description |
|---|---|---|
League | string | |
Season | integer | |
Teams | array |
Example Response
{
"League": "EPL",
"Season": 2025,
"Teams": [
{
"Name": "Arsenal",
"Players": [{"FirstName": "Viktor", "LastName": "Gyokeres", "Position": "F", "Projections": {"GamesPlayed": 0, "Minutes": 2300, "Goals": 15, "Assists": 4}, "Id": "26991"}],
"Id": "1"
}
]
}