Base URL | http://stats-prod.nba.com/wp-json/statscms/v1/synergy/player/ |
---|---|
Default Response Format | JSON |
Domain | StatsProd |
Section | StatsCms |
Category | Transition |
Request Class | JasonRoman\NbaApi\Request\StatsProd\StatsCms\Players\SynergyPlayersPlayTypeStatsRequest |
<?php
require_once 'vendor/autoload.php'; // skip this if using a framework / autoloading elsewhere
use JasonRoman\NbaApi\Client\Client;
use JasonRoman\NbaApi\Request\StatsProd\StatsCms\Players\SynergyPlayersPlayTypeStatsRequest;
$client = new Client();
$request = SynergyPlayersPlayTypeStatsRequest::fromArrayWithExamples();
$response = $client->request($request);
<?php
require_once 'vendor/autoload.php'; // skip this if using a framework / autoloading elsewhere
use JasonRoman\NbaApi\Client\Client;
use JasonRoman\NbaApi\Request\StatsProd\StatsCms\Players\SynergyPlayersPlayTypeStatsRequest;
$client = new Client();
$request = SynergyPlayersPlayTypeStatsRequest::fromArray([
'category' => 'Transition',
'season' => 2015,
'seasonType' => 'Reg',
'names' => 'offensive',
'limit' => 10,
]);
$response = $client->request($request);
Click the icon to copy the URL to your clipboard, or click the link below to open the raw result in a new window.
Click the button to return the result as a PHP array and PHP object.
Required? | No |
---|---|
Type | string |
Default Value | Transition |
Choices: | Transition Isolation PRBallHandler PRRollman Postup Spotup Handoff Cut OffScreen OffRebound Misc |
Required? | No |
---|---|
Type | int |
Default Value | 2024 |
Range: | Min: 2015 |
Required? | No |
---|---|
Type | string |
Default Value | Reg |
Choices: | Reg Post |
Required? | No |
---|---|
Type | string |
Choices: | offensive defensive |
Required? | No |
---|---|
Type | int |
Default Value | 10 |
Range: |
Min: 1
Max: 500 |
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.