Skip to contents

A list of box score options available for fetching data from the NBA Stats API. Each entry in the list corresponds to a different type of box score data, with the associated API endpoint and the name of the list in the returned data.

Usage

box_score_types

Format

A list where each element is a named list with:

endpoint

A character string representing the API endpoint to fetch data for that box score type.

list_name

A character string representing the list name in the response data. This is used to access the corresponding data from the API response.