RotowirePlayers Request



Base URL http://stats-prod.nba.com/wp-json/statscms/v1/rotowire/player
Default Response Format JSON
Domain StatsProd
Section StatsCms
Category Rotowire
Request Class JasonRoman\NbaApi\Request\StatsProd\StatsCms\Rotowire\RotowirePlayersRequest

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\StatsProd\StatsCms\Rotowire\RotowirePlayersRequest;

$client = new Client();

$request  = RotowirePlayersRequest::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\StatsProd\StatsCms\Rotowire\RotowirePlayersRequest;

$client = new Client();

$request = RotowirePlayersRequest::fromArray([
    'team'   => null,
    'limit'  => 10,
    'offset' => 0,
]);

$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-prod.nba.com/wp-json/statscms/v1/rotowire/player/?team=&limit=10&offset=0


PHP Result:

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

team

Required? No
Type string
Choices: hawks
celtics
nets
hornets
bulls
cavaliers
mavericks
nuggets
pistons
warriors
rockets
pacers
clippers
lakers
grizzlies
heat
bucks
timberwolves
pelicans
knicks
thunder
magic
sixers
suns
blazers
kings
spurs
raptors
jazz
wizards

limit

Required? No
Type int
Default Value 10
Range: Min: 1

offset

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