get
https://api.rotowire.com/Soccer/LIGA/DailyProjections.php
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
date | string | No | Date to retrieve projections for. Format YYYY-MM-DD. Defaults to current date. |
Attributes
Top-Level Fields
| Field | Type | Description |
|---|---|---|
League | string | |
Date | string | |
Games | array |
Example Response
{"League": "LIGA", "Date": "2026-05-14", "Games": [{"Id": "33781", "Week": "36", "Teams": [{"IsHome": 1, "Name": "Girona", "Players": [{"FirstName": "Azzedine", "LastName": "Ounahi", "Position": "M", "Projections": {"Minutes": 95, "Goals": 0.56, "Assists": 0.08}, "Id": "30853"}], "Id": "513"}]}]}