TeamGameStreakFinder Request



Base URL http://stats.nba.com/stats/teamgamestreakfinder
Default Response Format JSON
Domain Stats
Section Stats
Category Team
Request Class JasonRoman\NbaApi\Request\Stats\Stats\Team\TeamGameStreakFinderRequest

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\Team\TeamGameStreakFinderRequest;

$client = new Client();

$request  = TeamGameStreakFinderRequest::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\Team\TeamGameStreakFinderRequest;

$client = new Client();

$request = TeamGameStreakFinderRequest::fromArray([
    'minGames'           => null,
    'wStreak'            => null,
    'lStreak'            => null,
    'activeStreaksOnly'  => false,
    'activeTeamsOnly'    => false,
    'leagueId'           => '00',
    'season'             => '2015-16',
    'seasonType'         => 'Regular Season',
    'teamId'             => 1610612745,
    'vsTeamId'           => null,
    'gameId'             => '0021600732',
    'outcome'            => null,
    'location'           => null,
    'dateFrom'           => null,
    'dateTo'             => null,
    'vsConference'       => null,
    'vsDivision'         => null,
    'conference'         => null,
    'division'           => null,
    'seasonSegment'      => null,
    'poRound'            => 0,
    'gtPts'              => null,
    'gtReb'              => null,
    'gtAst'              => null,
    'gtStl'              => null,
    'gtBlk'              => null,
    'gtOReb'             => null,
    'gtDReb'             => null,
    'gtDD'               => null,
    'gtTD'               => null,
    'gtMinutes'          => null,
    'gtTov'              => null,
    'gtPF'               => null,
    'gtFGM'              => null,
    'gtFGA'              => null,
    'gtFG_Pct'           => null,
    'gtFTM'              => null,
    'gtFTA'              => null,
    'gtFT_Pct'           => null,
    'gtFG3M'             => null,
    'gtFG3A'             => null,
    'gtFG3_Pct'          => null,
    'gtPtsPaint'         => null,
    'gtPtsFb'            => null,
    'gtPts2ndChance'     => null,
    'gtPtsOffTov'        => null,
    'gtOppPtsPaint'      => null,
    'gtOppPtsFb'         => null,
    'gtOppPts2ndChance'  => null,
    'gtOppPtsOffTov'     => null,
    'ltPts'              => null,
    'ltReb'              => null,
    'ltAst'              => null,
    'ltStl'              => null,
    'ltBlk'              => null,
    'ltOReb'             => null,
    'ltDReb'             => null,
    'ltDD'               => null,
    'ltTD'               => null,
    'ltMinutes'          => null,
    'ltTov'              => null,
    'ltPF'               => null,
    'ltFGM'              => null,
    'ltFGA'              => null,
    'ltFG_Pct'           => null,
    'ltFTM'              => null,
    'ltFTA'              => null,
    'ltFT_Pct'           => null,
    'ltFG3M'             => null,
    'ltFG3A'             => null,
    'ltFG3_Pct'          => null,
    'ltPtsPaint'         => null,
    'ltPtsFb'            => null,
    'ltPts2ndChance'     => null,
    'ltPtsOffTov'        => null,
    'ltOppPtsPaint'      => null,
    'ltOppPtsFb'         => null,
    'ltOppPts2ndChance'  => null,
    'ltOppPtsOffTov'     => null,
    'eqPts'              => null,
    'eqReb'              => null,
    'eqAst'              => null,
    'eqStl'              => null,
    'eqBlk'              => null,
    'eqOReb'             => null,
    'eqDReb'             => null,
    'eqDD'               => null,
    'eqTD'               => null,
    'eqMinutes'          => null,
    'eqTov'              => null,
    'eqPF'               => null,
    'eqFGM'              => null,
    'eqFGA'              => null,
    'eqFG_Pct'           => null,
    'eqFTM'              => null,
    'eqFTA'              => null,
    'eqFT_Pct'           => null,
    'eqFG3M'             => null,
    'eqFG3A'             => null,
    'eqFG3_Pct'          => null,
    'eqPtsPaint'         => null,
    'eqPtsFb'            => null,
    'eqPts2ndChance'     => null,
    'eqPtsOffTov'        => null,
    'eqOppPtsPaint'      => null,
    'eqOppPtsFb'         => null,
    'eqOppPts2ndChance'  => null,
    'eqOppPtsOffTov'     => null,
    'btrOppPts'          => null,
    'btrOppReb'          => null,
    'btrOppAst'          => null,
    'btrOppStl'          => null,
    'btrOppBlk'          => null,
    'btrOppOReb'         => null,
    'btrOppDReb'         => null,
    'btrOppTov'          => null,
    'btrOppPF'           => null,
    'btrOppFGM'          => null,
    'btrOppFGA'          => null,
    'btrOppFG_Pct'       => null,
    'btrOppFTM'          => null,
    'btrOppFTA'          => null,
    'btrOppFT_Pct'       => null,
    'btrOppFG3M'         => null,
    'btrOppFG3A'         => null,
    'btrOppFG3Pct'       => null,
    'btrOppPtsPaint'     => null,
    'btrOppPtsFb'        => null,
    'btrOppPts2ndChance' => null,
    'btrOppPtsOffTov'    => null,
    'wrsOppPts'          => null,
    'wrsOppReb'          => null,
    'wrsOppAst'          => null,
    'wrsOppStl'          => null,
    'wrsOppBlk'          => null,
    'wrsOppOReb'         => null,
    'wrsOppDReb'         => null,
    'wrsOppTov'          => null,
    'wrsOppPF'           => null,
    'wrsOppFGM'          => null,
    'wrsOppFGA'          => null,
    'wrsOppFG_Pct'       => null,
    'wrsOppFTM'          => null,
    'wrsOppFTA'          => null,
    'wrsOppFT_Pct'       => null,
    'wrsOppFG3M'         => null,
    'wrsOppFG3A'         => null,
    'wrsOppFG3Pct'       => null,
    'wrsOppPtsPaint'     => null,
    'wrsOppPtsFb'        => null,
    'wrsOppPts2ndChance' => null,
    'wrsOppPtsOffTov'    => 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/teamgamestreakfinder/?minGames=&wStreak=&lStreak=&activeStreaksOnly=&activeTeamsOnly=&leagueId=00&season=2015-16&seasonType=Regular+Season&teamId=1610612745&vsTeamId=&gameId=0021600732&outcome=&location=&dateFrom=&dateTo=&vsConference=&vsDivision=&conference=&division=&seasonSegment=&poRound=0&gtPts=&gtReb=&gtAst=&gtStl=&gtBlk=&gtOReb=&gtDReb=&gtDD=&gtTD=&gtMinutes=&gtTov=&gtPF=&gtFGM=&gtFGA=&gtFG_Pct=&gtFTM=&gtFTA=&gtFT_Pct=&gtFG3M=&gtFG3A=&gtFG3_Pct=&gtPtsPaint=&gtPtsFb=&gtPts2ndChance=&gtPtsOffTov=&gtOppPtsPaint=&gtOppPtsFb=&gtOppPts2ndChance=&gtOppPtsOffTov=&ltPts=&ltReb=&ltAst=&ltStl=&ltBlk=&ltOReb=&ltDReb=&ltDD=&ltTD=&ltMinutes=&ltTov=&ltPF=&ltFGM=&ltFGA=&ltFG_Pct=&ltFTM=&ltFTA=&ltFT_Pct=&ltFG3M=&ltFG3A=&ltFG3_Pct=&ltPtsPaint=&ltPtsFb=&ltPts2ndChance=&ltPtsOffTov=&ltOppPtsPaint=&ltOppPtsFb=&ltOppPts2ndChance=&ltOppPtsOffTov=&eqPts=&eqReb=&eqAst=&eqStl=&eqBlk=&eqOReb=&eqDReb=&eqDD=&eqTD=&eqMinutes=&eqTov=&eqPF=&eqFGM=&eqFGA=&eqFG_Pct=&eqFTM=&eqFTA=&eqFT_Pct=&eqFG3M=&eqFG3A=&eqFG3_Pct=&eqPtsPaint=&eqPtsFb=&eqPts2ndChance=&eqPtsOffTov=&eqOppPtsPaint=&eqOppPtsFb=&eqOppPts2ndChance=&eqOppPtsOffTov=&btrOppPts=&btrOppReb=&btrOppAst=&btrOppStl=&btrOppBlk=&btrOppOReb=&btrOppDReb=&btrOppTov=&btrOppPF=&btrOppFGM=&btrOppFGA=&btrOppFG_Pct=&btrOppFTM=&btrOppFTA=&btrOppFT_Pct=&btrOppFG3M=&btrOppFG3A=&btrOppFG3Pct=&btrOppPtsPaint=&btrOppPtsFb=&btrOppPts2ndChance=&btrOppPtsOffTov=&wrsOppPts=&wrsOppReb=&wrsOppAst=&wrsOppStl=&wrsOppBlk=&wrsOppOReb=&wrsOppDReb=&wrsOppTov=&wrsOppPF=&wrsOppFGM=&wrsOppFGA=&wrsOppFG_Pct=&wrsOppFTM=&wrsOppFTA=&wrsOppFT_Pct=&wrsOppFG3M=&wrsOppFG3A=&wrsOppFG3Pct=&wrsOppPtsPaint=&wrsOppPtsFb=&wrsOppPts2ndChance=&wrsOppPtsOffTov=


PHP Result:

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

minGames

Required? No
Type int
Range: Min: 0

wStreak

Description/Notes: Hard to tell what this does. Putting in high values seems to bring back teams that had
large winning streaks, but it does not seem to be checking for >= this value.
Required? No
Type int
Range: Min: 1

lStreak

Description/Notes: Hard to tell what this does. Putting in high values seems to bring back teams that had
large losing streaks, but it does not seem to be checking for >= this value.
Required? No
Type int
Range: Min: 1

activeStreaksOnly

Required? No
Type bool

activeTeamsOnly

Required? No
Type bool

leagueId

Required? No
Type string
Default Value 00
Choices: 00
01
10
14
15
16
20

season

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

seasonType

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

teamId

Required? No
Type int
Range: Min: 1
Max: 2147483647

vsTeamId

Required? No
Type int
Range: Min: 1
Max: 2147483647

gameId

Required? No
Type string
Regex Format: /^\d{10}$/

outcome

Required? No
Type string
Choices: W
L

location

Required? No
Type string
Choices: Home
Road

dateFrom

Required? No
Type \DateTime

dateTo

Required? No
Type \DateTime

vsConference

Required? No
Type string
Choices: East
West

vsDivision

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

conference

Required? No
Type string
Choices: East
West

division

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

seasonSegment

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

poRound

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

gtPts

Required? No
Type int
Range: Min: 0

gtReb

Required? No
Type int
Range: Min: 0

gtAst

Required? No
Type int
Range: Min: 0

gtStl

Required? No
Type int
Range: Min: 0

gtBlk

Required? No
Type int
Range: Min: 0

gtOReb

Required? No
Type int
Range: Min: 0

gtDReb

Required? No
Type int
Range: Min: 0

gtDD

Required? No
Type int
Range: Min: 0

gtTD

Required? No
Type int
Range: Min: 0

gtMinutes

Required? No
Type int
Range: Min: 0

gtTov

Required? No
Type int
Range: Min: 0

gtPF

Required? No
Type int
Range: Min: 0

gtFGM

Required? No
Type int
Range: Min: 0

gtFGA

Required? No
Type int
Range: Min: 0

gtFG_Pct

Required? No
Type int
Range: Min: 0

gtFTM

Required? No
Type int
Range: Min: 0

gtFTA

Required? No
Type int
Range: Min: 0

gtFT_Pct

Required? No
Type int
Range: Min: 0

gtFG3M

Required? No
Type int
Range: Min: 0

gtFG3A

Required? No
Type int
Range: Min: 0

gtFG3_Pct

Required? No
Type int
Range: Min: 0

gtPtsPaint

Required? No
Type int
Range: Min: 0

gtPtsFb

Required? No
Type int
Range: Min: 0

gtPts2ndChance

Required? No
Type int
Range: Min: 0

gtPtsOffTov

Required? No
Type int
Range: Min: 0

gtOppPtsPaint

Required? No
Type int
Range: Min: 0

gtOppPtsFb

Required? No
Type int
Range: Min: 0

gtOppPts2ndChance

Required? No
Type int
Range: Min: 0

gtOppPtsOffTov

Required? No
Type int
Range: Min: 0

ltPts

Required? No
Type int
Range: Min: 1

ltReb

Required? No
Type int
Range: Min: 1

ltAst

Required? No
Type int
Range: Min: 1

ltStl

Required? No
Type int
Range: Min: 1

ltBlk

Required? No
Type int
Range: Min: 1

ltOReb

Required? No
Type int
Range: Min: 1

ltDReb

Required? No
Type int
Range: Min: 1

ltDD

Required? No
Type int
Range: Min: 1

ltTD

Required? No
Type int
Range: Min: 1

ltMinutes

Required? No
Type int
Range: Min: 1

ltTov

Required? No
Type int
Range: Min: 1

ltPF

Required? No
Type int
Range: Min: 1

ltFGM

Required? No
Type int
Range: Min: 1

ltFGA

Required? No
Type int
Range: Min: 1

ltFG_Pct

Required? No
Type int
Range: Min: 1

ltFTM

Required? No
Type int
Range: Min: 1

ltFTA

Required? No
Type int
Range: Min: 1

ltFT_Pct

Required? No
Type int
Range: Min: 1

ltFG3M

Required? No
Type int
Range: Min: 1

ltFG3A

Required? No
Type int
Range: Min: 1

ltFG3_Pct

Required? No
Type int
Range: Min: 1

ltPtsPaint

Required? No
Type int
Range: Min: 1

ltPtsFb

Required? No
Type int
Range: Min: 1

ltPts2ndChance

Required? No
Type int
Range: Min: 1

ltPtsOffTov

Required? No
Type int
Range: Min: 1

ltOppPtsPaint

Required? No
Type int
Range: Min: 1

ltOppPtsFb

Required? No
Type int
Range: Min: 1

ltOppPts2ndChance

Required? No
Type int
Range: Min: 1

ltOppPtsOffTov

Required? No
Type int
Range: Min: 1

eqPts

Required? No
Type int
Range: Min: 0

eqReb

Required? No
Type int
Range: Min: 0

eqAst

Required? No
Type int
Range: Min: 0

eqStl

Required? No
Type int
Range: Min: 0

eqBlk

Required? No
Type int
Range: Min: 0

eqOReb

Required? No
Type int
Range: Min: 0

eqDReb

Required? No
Type int
Range: Min: 0

eqDD

Required? No
Type int
Range: Min: 0

eqTD

Required? No
Type int
Range: Min: 0

eqMinutes

Required? No
Type int
Range: Min: 0

eqTov

Required? No
Type int
Range: Min: 0

eqPF

Required? No
Type int
Range: Min: 0

eqFGM

Required? No
Type int
Range: Min: 0

eqFGA

Required? No
Type int
Range: Min: 0

eqFG_Pct

Required? No
Type int
Range: Min: 0

eqFTM

Required? No
Type int
Range: Min: 0

eqFTA

Required? No
Type int
Range: Min: 0

eqFT_Pct

Required? No
Type int
Range: Min: 0

eqFG3M

Required? No
Type int
Range: Min: 0

eqFG3A

Required? No
Type int
Range: Min: 0

eqFG3_Pct

Required? No
Type int
Range: Min: 0

eqPtsPaint

Required? No
Type int
Range: Min: 0

eqPtsFb

Required? No
Type int
Range: Min: 0

eqPts2ndChance

Required? No
Type int
Range: Min: 0

eqPtsOffTov

Required? No
Type int
Range: Min: 0

eqOppPtsPaint

Required? No
Type int
Range: Min: 0

eqOppPtsFb

Required? No
Type int
Range: Min: 0

eqOppPts2ndChance

Required? No
Type int
Range: Min: 0

eqOppPtsOffTov

Required? No
Type int
Range: Min: 0

btrOppPts

Required? No
Type int
Range: Min: 0

btrOppReb

Required? No
Type int
Range: Min: 0

btrOppAst

Required? No
Type int
Range: Min: 0

btrOppStl

Required? No
Type int
Range: Min: 0

btrOppBlk

Required? No
Type int
Range: Min: 0

btrOppOReb

Required? No
Type int
Range: Min: 0

btrOppDReb

Required? No
Type int
Range: Min: 0

btrOppTov

Required? No
Type int
Range: Min: 0

btrOppPF

Required? No
Type int
Range: Min: 0

btrOppFGM

Required? No
Type int
Range: Min: 0

btrOppFGA

Required? No
Type int
Range: Min: 0

btrOppFG_Pct

Required? No
Type int
Range: Min: 0

btrOppFTM

Required? No
Type int
Range: Min: 0

btrOppFTA

Required? No
Type int
Range: Min: 0

btrOppFT_Pct

Required? No
Type int
Range: Min: 0

btrOppFG3M

Required? No
Type int
Range: Min: 0

btrOppFG3A

Required? No
Type int
Range: Min: 0

btrOppFG3Pct

Required? No
Type int
Range: Min: 0

btrOppPtsPaint

Required? No
Type int
Range: Min: 0

btrOppPtsFb

Required? No
Type int
Range: Min: 0

btrOppPts2ndChance

Required? No
Type int
Range: Min: 0

btrOppPtsOffTov

Required? No
Type int
Range: Min: 0

wrsOppPts

Required? No
Type int
Range: Min: 0

wrsOppReb

Required? No
Type int
Range: Min: 0

wrsOppAst

Required? No
Type int
Range: Min: 0

wrsOppStl

Required? No
Type int
Range: Min: 0

wrsOppBlk

Required? No
Type int
Range: Min: 0

wrsOppOReb

Required? No
Type int
Range: Min: 0

wrsOppDReb

Required? No
Type int
Range: Min: 0

wrsOppTov

Required? No
Type int
Range: Min: 0

wrsOppPF

Required? No
Type int
Range: Min: 0

wrsOppFGM

Required? No
Type int
Range: Min: 0

wrsOppFGA

Required? No
Type int
Range: Min: 0

wrsOppFG_Pct

Required? No
Type int
Range: Min: 0

wrsOppFTM

Required? No
Type int
Range: Min: 0

wrsOppFTA

Required? No
Type int
Range: Min: 0

wrsOppFT_Pct

Required? No
Type int
Range: Min: 0

wrsOppFG3M

Required? No
Type int
Range: Min: 0

wrsOppFG3A

Required? No
Type int
Range: Min: 0

wrsOppFG3Pct

Required? No
Type int
Range: Min: 0

wrsOppPtsPaint

Required? No
Type int
Range: Min: 0

wrsOppPtsFb

Required? No
Type int
Range: Min: 0

wrsOppPts2ndChance

Required? No
Type int
Range: Min: 0

wrsOppPtsOffTov

Required? No
Type int
Range: Min: 0

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