Skip to content

npally/nbaschedule_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NBA Schedule API

EndPoints

Root Endpoint: localhost:8000/games

"/"

Returns all games from the NBA season Example: localhost:8000/games/

"/{gameid}"

Returns individual game object Example: localhost:8000/games/25

"/teams={team name}"

Returns all games for the given team. Example: localhost:8000/games/teams=Houston Rockets

"/date=mm-dd-yyyy"

Returns all NBA games on the given date. Example: localhost:8000/games/date=01-01-2020

"/today"

Returns all NBA games scheduled for today. Example: localhost:8000/games/today

Sample Game Object

{ "id": 751, "date_time": "2020-02-04T19:30:00Z", "away_team": "Milwaukee Bucks", "away_rest": 1, "home_team": "New Orleans Pelicans", "home_rest": 1, "arena": "Smoothie King Center" }

About

NBA schedule api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages