awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
swar avatar

swar/nba_api

0
View on GitHub↗
3,441 स्टार्स·687 फोर्क्स·Python·mit·2 व्यूज़

Nba Api

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.

Features

  • Sports Data Clients - Functions as a programmatic interface for fetching professional basketball league records and real-time scoreboards.
  • Sports Statistics Retrieval - Fetches professional basketball statistics and records from official league endpoints as structured data.
  • Game Score Trackers - Provides a programmatic interface to access real-time game data and live scoreboards.
  • Data Analysis - Gathers professional basketball statistics and records to identify patterns for sports analytics projects.
  • JSON-to-DataFrame Conversion - Transforms raw JSON responses from sports servers into Pandas DataFrames for statistical analysis and data science.
  • DataFrame Conversions - Transforms raw JSON responses into structured Pandas DataFrames for statistical analysis and data science.
  • Sports Scouting & Research - Enables scouting by searching and filtering player and team information to identify talent trends.
  • Sports Statistics Tracking - Provides automated retrieval of real-time game scores and league activity to monitor professional basketball performance.
  • Python API Clients - Provides a native Python library for interacting with official NBA RESTful endpoints via an object-oriented interface.
  • Professional Athlete Analytics - Retrieves historical performance data and career totals for individual NBA players.
  • Sports Statistics Trackers - Provides a utility for monitoring professional league rankings and performance trends for basketball scouting.
  • Team Retrieval - Programmatically retrieves lists of professional teams based on identifiers, abbreviations, or geography.
  • Entity Search & Indexing - Locates professional players using identifiers, activity status, or name-based text patterns.
  • Sports Data APIs - Offers the detailed player profiles and historical metrics necessary for building sports-centric applications and websites.
  • Bot Detection Bypass - Employs techniques to mimic legitimate browser behavior and headers to avoid being blocked by automated bot detection.
  • Proxy Routing - Distributes outgoing requests across a set of proxy servers to avoid IP-based rate limiting.
  • NBA Stats - NBA Advanced Stats - Listed in the “NBA Stats - NBA Advanced Stats” section of the List Of Python Api Wrappers awesome list.

स्टार हिस्ट्री

swar/nba_api के लिए स्टार हिस्ट्री चार्टswar/nba_api के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

swar/nba_api क्या करता है?

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.

swar/nba_api की मुख्य विशेषताएं क्या हैं?

swar/nba_api की मुख्य विशेषताएं हैं: Sports Data Clients, Sports Statistics Retrieval, Game Score Trackers, Data Analysis, JSON-to-DataFrame Conversion, DataFrame Conversions, Sports Scouting & Research, Sports Statistics Tracking।

swar/nba_api के कुछ ओपन-सोर्स विकल्प क्या हैं?

swar/nba_api के ओपन-सोर्स विकल्पों में शामिल हैं: hect0x7/jmcomic-crawler-python — JMComic-Crawler-Python is a high-performance asynchronous web scraper and API client designed to programmatically… libcpr/cpr — C++ is a high-level HTTP client library and wrapper for libcurl. It provides a C++ interface for making network… homerchen19/nba-go — nba-go is a basketball analytics tool and data aggregator that provides a command line interface for retrieving… plexguide/huntarr.io — Huntarr.io is a sports data dashboard, match tracker, and streaming aggregator. It functions as a centralized sports… oxylabs/how-to-scrape-amazon-product-data — This project is an Amazon web scraper and e-commerce data extractor designed to retrieve product names, prices, and… apify/crawlee-python — Crawlee-python is a web crawling framework for building scalable scrapers using Python. It serves as a comprehensive…

Nba Api के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Nba Api के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • hect0x7/jmcomic-crawler-pythonhect0x7 का अवतार

    hect0x7/JMComic-Crawler-Python

    6,371GitHub पर देखें↗

    JMComic-Crawler-Python is a high-performance asynchronous web scraper and API client designed to programmatically retrieve images and metadata from a comic hosting service. It functions as a media archiving tool for batch downloading albums and chapters, automating the process of saving content to a local filesystem. The project is distinguished by its ability to reverse server-side pixel obfuscation, using a decryption tool to reconstruct sliced and shuffled images. To maintain stable connectivity, it utilizes a network bypass utility featuring dynamic domain rotation and proxy routing to ci

    Python18comicasynciocrawler
    GitHub पर देखें↗6,371
  • libcpr/cprlibcpr का अवतार

    libcpr/cpr

    7,367GitHub पर देखें↗

    C++ is a high-level HTTP client library and wrapper for libcurl. It provides a C++ interface for making network requests, managing network sessions, and implementing data transfers. The library distinguishes itself by offering an asynchronous HTTP client capable of executing non-blocking requests via callback interfaces. It also functions as a multipart form uploader for transmitting files and structured data, as well as an SSE stream handler for processing real-time server-sent events over persistent connections. Its broader capabilities cover secure web communication through SSL encryption

    C++
    GitHub पर देखें↗7,367
  • homerchen19/nba-gohomerchen19 का अवतार

    homerchen19/nba-go

    3,716GitHub पर देखें↗

    nba-go is a basketball analytics tool and data aggregator that provides a command line interface for retrieving professional basketball league information, player statistics, and team performance metrics. The application enables game analysis through team statistics comparisons and pregame metric evaluations to predict outcomes. It also provides player analysis utilities to evaluate and compare athletic performance metrics across multiple individuals. The tool covers a broad range of data retrieval capabilities, including game schedules, live scoreboards with play-by-play updates, and post-g

    JavaScriptbasketballbox-scorecli
    GitHub पर देखें↗3,716
  • plexguide/huntarr.ioplexguide का अवतार

    plexguide/Huntarr.io

    3,171GitHub पर देखें↗

    Huntarr.io is a sports data dashboard, match tracker, and streaming aggregator. It functions as a centralized sports content hub for monitoring league standings, match results, and detailed game statistics. The platform aggregates real-time football broadcast links for international leagues and provides a feed of sports news and video highlights. It includes tools for analyzing tactical setups, team form, and squad availability through match previews. The application covers league tracking via game schedule visualization and standings monitoring. It also facilitates sports media consumption

    Pythonapipythonsonarr
    GitHub पर देखें↗3,171
Nba Api के सभी 30 विकल्प देखें→