Using the NBA schedule API with PHP
How to access and filter through the NBA schedule API for season 2021-22 using PHP. This is not the only way and endpoint to get the NBA schedule however since…
How to access and filter through the NBA schedule API for season 2021-22 using PHP. This is not the only way and endpoint to get the NBA schedule however since…
Pushshift is a third party Reddit API useful to find comments and submissions (posts) from the past or that are otherwise archived. Searching submissions Searching submissions uses this endpoint: https://api.pushshift.io/reddit/search/submission/…
Olypi is a free to use Tokyo 2020 Olympics API for schedules, sports, events, weather and more. No signup is required and no browser tracking is done. The Data is…
How to POST JSON data or a file in PHP including receiving the POST request and saving it to a file. This is done with the easy to use PHP…
NBA regular season compared to playoffs shot distance data in a table for ranges in 5ft intervals taken from the NBA API. Data used was the average of each team…
NBA playoffs shot distance data in a table for ranges in 5ft intervals taken from the NBA API. Data used was the average of each team per season, with the…
NBA regular season shot distance data in a table for ranges in 5ft intervals taken from the NBA API. Data used was the average of each team per season, with…
NBA regular season and playoffs shot distance data compared for ranges in 5ft intervals thanks to the NBA API. Data used was the average of each team per season, with…
NBA playoffs shot distance data for ranges in 5ft intervals thanks to the NBA API. Data used was the average of each team per season, with the values being per…
NBA shot distance data for ranges in 5ft intervals thanks to the NBA API. Data used was the average of each team per season, with the values being per game….