get
https://api.rotowire.com/Soccer/EPL/WeeklyProjections.php
Weekly EPL player projections covering all matches in the current gameweek.
Attributes
Top-Level Fields
| Field | Type | Description |
|---|---|---|
League | string | |
Week | integer | |
Season | integer | |
Teams | array |
Example Response
{
"League": "EPL",
"Week": 37,
"Season": 2025,
"Teams": [
{
"Name": "Arsenal",
"Players": [{"FirstName": "Viktor", "LastName": "Gyokeres", "Position": "F", "Projections": {"Minutes": 95, "Goals": 1.02, "Assists": 0.14}, "Id": "26991"}],
"Id": "1"
}
]
}