AssistTrackerStats Request



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

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\Stats\AssistTrackerStatsRequest;

$client = new Client();

$request  = AssistTrackerStatsRequest::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\Stats\AssistTrackerStatsRequest;

$client = new Client();

$request = AssistTrackerStatsRequest::fromArray([
    'leagueId'         => '00',
    'season'           => '2015-16',
    'seasonType'       => 'Regular Season',
    'perMode'          => 'PerGame',
    'poRound'          => 0,
    'outcome'          => null,
    'location'         => null,
    'month'            => 0,
    'seasonSegment'    => null,
    'dateFrom'         => null,
    'dateTo'           => null,
    'teamId'           => 1610612745,
    'opponentTeamId'   => 0,
    'conference'       => null,
    'vsConference'     => null,
    'division'         => null,
    'vsDivision'       => null,
    'gameScope'        => 'Last 10',
    'playerExperience' => null,
    'playerPosition'   => null,
    'starterBench'     => null,
    'lastNGames'       => 0,
    'draftYear'        => null,
    'draftPick'        => null,
    'college'          => null,
    'country'          => null,
    'height'           => null,
    'weight'           => 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/assisttracker/?leagueId=00&season=2015-16&seasonType=Regular+Season&perMode=PerGame&poRound=0&outcome=&location=&month=0&seasonSegment=&dateFrom=&dateTo=&teamId=1610612745&opponentTeamId=0&conference=&vsConference=&division=&vsDivision=&gameScope=Last+10&playerExperience=&playerPosition=&starterBench=&lastNGames=0&draftYear=&draftPick=&college=&country=&height=&weight=


PHP Result:

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

leagueId

Required? No
Type string
Default Value 00
Choices: 00
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

perMode

Required? No
Type string
Default Value PerGame
Choices: Totals
PerGame

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? No
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

teamId

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

opponentTeamId

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

conference

Required? No
Type string
Choices: East
West

vsConference

Required? No
Type string
Choices: East
West

division

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

vsDivision

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

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

lastNGames

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

draftYear

Required? No
Type int
Range: Min: 1947

draftPick

Required? No
Type string
Choices: 1st Round
2nd Round
1st Pick
Lottery Pick
Top 5 Pick
Top 10 Pick
Top 15 Pick
Top 20 Pick
Top 25 Pick
Picks 11 Thru 20
Picks 21 Thru 30
Undrafted

college

Required? No
Type string

country

Required? No
Type string

height

Required? No
Type string
Choices: LT 6-0
GT 6-0
LT 6-4
GT 6-4
LT 6-7
GT 6-7
LT 6-10
GT 6-10
LT 7-0
GT 7-0

weight

Required? No
Type string
Choices: LT 200
GT 200
LT 225
GT 225
LT 250
GT 250
LT 275
GT 275
LT 300
GT 300

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