get
https://api.rotowire.com/Soccer/LIGA/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": "LIGA", "Season": 2025, "Week": 36, "Teams": [{"Name": "Athletic", "Players": [{"FirstName": "Gorka", "LastName": "Guruzeta", "Position": "F", "Projections": {"Minutes": 190, "Goals": 0.92, "Assists": 0.23}, "Id": "26922"}], "Id": "78"}]}