This project is a Python library that wraps official NBA endpoints to retrieve player, team, and game statistics as structured data. It serves as a programmatic interface for fetching professional basketball league records and real-time scoreboards via HTTP requests.
The library integrates with Pandas to transform raw JSON responses from sports servers into DataFrames for statistical analysis and data science. It functions as a data retrieval utility for tracking league-wide performance trends and scouting professional basketball players.
The tool covers a broad range of capabilities including the retrieval of player career statistics and live game scores. It also provides search and indexing functionality to locate players and teams using identifiers or text patterns.