NBA Matchups

Query Parameters

ParameterTypeRequiredDescription
datestringNoThe date for which to return matchup data (YYYY-MM-DD). Defaults to today.

Attributes

Top-Level Fields

FieldTypeDescription
Seasoninteger
StartDatestring
EndDatestring
Gamesarray

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"
    }
  ]
}
Query Params
date

The date for which to return matchup data (YYYY-MM-DD). Defaults to today.

string
enum
required
Defaults to json

Response format. Always json.

Allowed:
Response

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json