AllStarBallotPredictor Request



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

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\AllStar\AllStarBallotPredictorRequest;

$client = new Client();

$request  = AllStarBallotPredictorRequest::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\AllStar\AllStarBallotPredictorRequest;

$client = new Client();

$request = AllStarBallotPredictorRequest::fromArray([
    'westPlayer1' => 201939,
    'westPlayer2' => 201566,
    'westPlayer3' => 202695,
    'westPlayer4' => 201142,
    'westPlayer5' => 201935,
    'eastPlayer1' => 2544,
    'eastPlayer2' => 201942,
    'eastPlayer3' => 202681,
    'eastPlayer4' => 202322,
    'eastPlayer5' => 203083,
    'pointCap'    => 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/allstarballotpredictor/?westPlayer1=201939&westPlayer2=201566&westPlayer3=202695&westPlayer4=201142&westPlayer5=201935&eastPlayer1=2544&eastPlayer2=201942&eastPlayer3=202681&eastPlayer4=202322&eastPlayer5=203083&pointCap=


PHP Result:

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

westPlayer1

Required? Yes
Type int
Default Value 201939
Range: Min: 0
Max: 2147483647

westPlayer2

Required? Yes
Type int
Default Value 201566
Range: Min: 0
Max: 2147483647

westPlayer3

Required? Yes
Type int
Default Value 202695
Range: Min: 0
Max: 2147483647

westPlayer4

Required? Yes
Type int
Default Value 201142
Range: Min: 0
Max: 2147483647

westPlayer5

Required? Yes
Type int
Default Value 201935
Range: Min: 0
Max: 2147483647

eastPlayer1

Required? Yes
Type int
Default Value 2544
Range: Min: 0
Max: 2147483647

eastPlayer2

Required? Yes
Type int
Default Value 201942
Range: Min: 0
Max: 2147483647

eastPlayer3

Required? Yes
Type int
Default Value 202681
Range: Min: 0
Max: 2147483647

eastPlayer4

Required? Yes
Type int
Default Value 202322
Range: Min: 0
Max: 2147483647

eastPlayer5

Required? Yes
Type int
Default Value 203083
Range: Min: 0
Max: 2147483647

pointCap

Description/Notes: Not sure what this is.
Required? No
Type

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