get
https://api.rotowire.com/Basketball/NBA/Matchups.php
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
date | string | No | The date for which to return matchup data (YYYY-MM-DD). Defaults to today. |
Attributes
Top-Level Fields
| Field | Type | Description |
|---|---|---|
Season | integer | |
StartDate | string | |
EndDate | string | |
Games | array |
Example Response
{
"Season": 2025,
"StartDate": "2026-05-14",
"EndDate": "2026-05-28",
"Games": [
{
"DateTime": "2026-05-15T21:30:00-04:00",
"Teams": [{"IsHome": 1, "Name": "Minnesota Timberwolves", "Code": "MIN", "Id": "18"}],
"Id": "46237"
}
]
}