---
title: "MatchupsRollup"
method: GET
path: "/matchupsrollup"
tags: ["nba", "wnba"]
---

# MatchupsRollup

`GET /matchupsrollup`

[to do]

## Query parameters

- `DefPlayerID` string — [to do]
- `DefTeamID` string, nullable — [to do]
- `LeagueID` string, required — [to do]
- `OffPlayerID` string — [to do]
- `OffTeamID` string, nullable — [to do]
- `PerMode` string, required — [to do]
- `Season` string, required — [to do]
- `SeasonType` string, required — [to do]

## Response `200`

[to do]

- object
  - `parameters` object
    - `DefPlayerID` '$request.query.DefPlayerID'
    - `DefTeamID` '$request.query.DefTeamID'
    - `LeagueID` '$request.query.LeagueID'
    - `OffPlayerID` '$request.query.OffPlayerID'
    - `OffTeamID` '$request.query.OffTeamID'
    - `PerMode` '$request.query.PerMode'
    - `Season` '$request.query.Season'
    - `SeasonType` '$request.query.SeasonType'
  - `resource` 'matchupsrollup'
  - `resultSets` unknown[]
    - unknown

## Other responses

- `404` — [to do]

---

[API](https://skmtc.net/sgsdm/apis/official-nba-stats-api.md) · [All operations](https://skmtc.net/sgsdm/apis/official-nba-stats-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sgsdm/official-nba-stats-api/versions/bfc757de2da0/schema)
