get
https://api.rotowire.com/Basketball/WNBA/DailyProjectedMinutes.php
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
date | string | No | Date to retrieve projected minutes for. Format YYYY-MM-DD. Defaults to current date. |
Attributes
Top-Level Fields
| Field | Type | Description |
|---|---|---|
Date | string | |
Games | array |
Example Response
{"Date": "2026-05-14", "Games": [{"DateTime": "2026-05-14T20:00:00-04:00", "Teams": [{"IsHome": 1, "Name": "Dallas Wings", "Players": [{"Id": "979", "FirstName": "Paige", "LastName": "Bueckers", "Position": "G", "Projections": {"Minutes": 32}}], "Id": "4", "Code": "DAL"}], "Id": "2827"}]}