TeamsClutchStats Request



Base URL http://stats.nba.com/stats/leaguedashteamclutch
Default Response Format JSON
Domain Stats
Section Stats
Category Teams
Request Class JasonRoman\NbaApi\Request\Stats\Stats\Teams\TeamsClutchStatsRequest

Runnable Example:

<?php

require_once 'vendor/autoload.php'; // skip this if using a framework / autoloading elsewhere

use JasonRoman\NbaApi\Client\Client;
use JasonRoman\NbaApi\Request\Stats\Stats\Teams\TeamsClutchStatsRequest;

$client = new Client();

$request  = TeamsClutchStatsRequest::fromArrayWithExamples();
$response = $client->request($request);
The following code will run and return data, as it uses both example and default values. The code shows every available parameter that can be set on this request.
<?php

require_once 'vendor/autoload.php'; // skip this if using a framework / autoloading elsewhere

use JasonRoman\NbaApi\Client\Client;
use JasonRoman\NbaApi\Request\Stats\Stats\Teams\TeamsClutchStatsRequest;

$client = new Client();

$request = TeamsClutchStatsRequest::fromArray([
    'measureType'      => 'Base',
    'perMode'          => 'PerGame',
    'plusMinus'        => false,
    'paceAdjust'       => false,
    'rank'             => false,
    'leagueId'         => '00',
    'season'           => '2015-16',
    'seasonType'       => 'Regular Season',
    'poRound'          => 0,
    'outcome'          => null,
    'location'         => null,
    'month'            => 0,
    'seasonSegment'    => null,
    'dateFrom'         => null,
    'dateTo'           => null,
    'opponentTeamId'   => 0,
    'vsConference'     => null,
    'vsDivision'       => null,
    'teamId'           => 1610612745,
    'conference'       => null,
    'division'         => null,
    'gameSegment'      => null,
    'period'           => 0,
    'shotClockRange'   => null,
    'lastNGames'       => 0,
    'clutchTime'       => 'Last 5 Minutes',
    'aheadBehind'      => 'Ahead or Behind',
    'pointDiff'        => 5,
    'gameScope'        => 'Last 10',
    'playerExperience' => null,
    'playerPosition'   => null,
    'starterBench'     => null,
]);

$response = $client->request($request);

 Example URL:

Click the icon to copy the URL to your clipboard, or click the link below to open the raw result in a new window.

http://stats.nba.com/stats/leaguedashteamclutch/?measureType=Base&perMode=PerGame&plusMinus=N&paceAdjust=N&rank=N&leagueId=00&season=2015-16&seasonType=Regular+Season&poRound=0&outcome=&location=&month=0&seasonSegment=&dateFrom=&dateTo=&opponentTeamId=0&vsConference=&vsDivision=&teamId=1610612745&conference=&division=&gameSegment=&period=0&shotClockRange=&lastNGames=0&clutchTime=Last+5+Minutes&aheadBehind=Ahead+or+Behind&pointDiff=5&gameScope=Last+10&playerExperience=&playerPosition=&starterBench=


PHP Result:

Click the button to return the result as a PHP array and PHP object.

measureType

Required? Yes
Type string
Default Value Base
Choices: Base
Advanced
Defense
Four Factors
Misc
Opponent
Scoring
Usage

perMode

Required? Yes
Type string
Default Value PerGame
Choices: Totals
MinutesPer
PerGame
Per48
Per40
Per36
PerMinute
PerPossession
PerPlay
Per100Possessions
Per100Plays

plusMinus

Required? Yes
Type bool

paceAdjust

Required? Yes
Type bool

rank

Required? Yes
Type bool

leagueId

Required? No
Type string
Default Value 00
Choices: 00
20

season

Required? Yes
Type string
Default Value 2023-24
Regex Format: /^\d{4}-\d{2}$/

seasonType

Required? Yes
Type string
Default Value Regular Season
Choices: Pre Season
Regular Season
Playoffs
All Star

poRound

Required? No
Type int
Range: Min: 0
Max: 4

outcome

Required? No
Type string
Choices: W
L

location

Required? No
Type string
Choices: Home
Road

month

Required? Yes
Type int
Range: Min: 0
Max: 12

seasonSegment

Required? No
Type string
Choices: Pre All-Star
Post All-Star

dateFrom

Required? No
Type \DateTime

dateTo

Required? No
Type \DateTime

opponentTeamId

Required? Yes
Type int
Range: Min: 0
Max: 2147483647

vsConference

Required? No
Type string
Choices: East
West

vsDivision

Required? No
Type string
Choices: Atlantic
Central
Northwest
Pacific
Southeast
Southwest
East
West

teamId

Required? Yes
Type int
Range: Min: 0
Max: 2147483647

conference

Required? No
Type string
Choices: East
West

division

Required? No
Type string
Choices: Atlantic
Central
Northwest
Pacific
Southeast
Southwest
East
West

gameSegment

Required? No
Type string
Choices: First Half
Second Half
Overtime

period

Required? Yes
Type int
Range: Min: 0
Max: 14

shotClockRange

Required? No
Type string
Choices: 24-22
22-18 Very Early
18-15 Early
15-7 Average
7-4 Late
4-0 Very Late
ShotClock Off

lastNGames

Required? Yes
Type int
Range: Min: 0
Max: 2147483647

clutchTime

Required? Yes
Type string
Default Value Last 5 Minutes
Choices: Last 5 Minutes
Last 4 Minutes
Last 3 Minutes
Last 2 Minutes
Last 1 Minute
Last 30 Seconds
Last 10 Seconds

aheadBehind

Required? Yes
Type string
Default Value Ahead or Behind
Choices: Ahead or Behind
Behind or Tied
Ahead or Tied

pointDiff

Required? Yes
Type int
Default Value 5
Range: Min: 1
Max: 5

gameScope

Required? No
Type string
Choices: Last 10
Yesterday

playerExperience

Required? No
Type string
Choices: Rookie
Sophomore
Veteran

playerPosition

Required? No
Type string
Choices: C
F
G

starterBench

Required? No
Type string
Choices: Bench
Starters

Change any of the filterable values here and submit the form to get results with your chosen filters. This will also give you the corresponding URL as well as the code used to generate the result.



This site has no official affiliation with the National Basketball Association or any other 3rd-party entities listed on this site.
© 2024 Jason Roman